Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / samples / 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
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.openflowplugin</groupId>
8         <artifactId>openflowplugin-parent</artifactId>
9         <version>0.8.0-SNAPSHOT</version>
10         <relativePath>../parent</relativePath>
11     </parent>
12
13     <artifactId>openflowplugin-samples-parent</artifactId>
14     <packaging>pom</packaging>
15     <modules>
16         <module>learning-switch</module>
17         <module>sample-consumer</module>
18         <module>sample-bundles</module>
19         <module>simple-client</module>
20     </modules>
21 </project>