Bump to odlparent 3.0.2
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / features / pom.xml
1 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
4 <?xml version="1.0" encoding="UTF-8"?>
5 <!--
6 Copyright © ${copyrightYear} ${copyright} and others. All rights reserved.
7
8 This program and the accompanying materials are made available under the
9 terms of the Eclipse Public License v1.0 which accompanies this distribution,
10 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
11 -->
12 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14   <modelVersion>4.0.0</modelVersion>
15
16   <parent>
17     <groupId>org.opendaylight.odlparent</groupId>
18     <artifactId>odlparent-lite</artifactId>
19     <version>3.0.2</version>
20     <relativePath/>
21   </parent>
22
23   <groupId>${groupId}</groupId>
24   <artifactId>${artifactId}-features-aggregator</artifactId>
25   <version>${version}</version>
26   <packaging>pom</packaging>
27   <name>ODL :: ${groupId} :: ${project.artifactId}</name>
28
29   <modules>
30     <module>features-X</module>
31     <module>odl-X-api</module>
32     <module>odl-X</module>
33     <module>odl-X-rest</module>
34     <module>odl-X-cli</module>
35   </modules>
36 </project>