192c031f9a66654ce8175293ab82bc9df80cd0ba
[openflowjava.git] / features / 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   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>1.9.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.openflowjava</groupId>
12   <artifactId>features-aggregator</artifactId>
13   <version>0.10.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15   <!-- <name> formatting is used by autorelease to parse and notify projects on
16        build failure. Please do not modify this unless you have a good reason. -->
17   <name>ODL :: openflowjava :: ${project.artifactId}</name>
18
19   <modules>
20     <module>features-openflowjava</module>
21     <module>features4-openflowjava</module>
22     <module>odl-openflowjava-protocol</module>
23     <module>odl-openflowjava-all</module>
24   </modules>
25
26 </project>