bf5c1a1547e847709e9c5bdaf023ef4e527cf9d9
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.odlparent</groupId>
7     <artifactId>odlparent-lite</artifactId>
8     <version>4.0.2</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>${groupId}</groupId>
13   <artifactId>${artifactId}-aggregator</artifactId>
14   <version>${version}</version>
15   <name>${artifactId}</name>
16   <packaging>pom</packaging>
17
18 </project>