Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / features-he-aggregator / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>odlparent-lite</artifactId>
8         <version>1.9.0-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>features-he-aggregator</artifactId>
14     <packaging>pom</packaging>
15     <version>0.5.0-SNAPSHOT</version>
16
17     <modules>
18         <module>features-openflowplugin-he</module>
19         <module>features4-openflowplugin-he</module>
20         <module>odl-openflowplugin-southbound-he</module>
21         <module>odl-openflowplugin-flow-services-he</module>
22         <module>odl-openflowplugin-nsf-services-he</module>
23         <module>odl-openflowplugin-nsf-model-he</module>
24         <module>odl-openflowplugin-app-bulk-o-matic-he</module>
25         <module>odl-openflowplugin-app-lldp-speaker-he</module>
26         <module>odl-openflowplugin-app-config-pusher-he</module>
27         <module>odl-openflowplugin-app-table-miss-enforcer-he</module>
28         <module>odl-openflowplugin-flow-services-ui-he</module>
29         <module>odl-openflowplugin-flow-services-rest-he</module>
30     </modules>
31
32 </project>