Bump versions by x.y.(z+1)
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / 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.controller.samples</groupId>
6         <artifactId>sal-samples</artifactId>
7         <version>1.12.0-SNAPSHOT</version>
8     </parent>
9     <artifactId>clustering-it</artifactId>
10     <packaging>pom</packaging>
11   <modules>
12     <module>configuration</module>
13     <module>model</module>
14     <module>provider</module>
15   </modules>
16 </project>