Clean-up pom.xml layout
[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.odlparent</groupId>
6         <artifactId>odlparent-lite</artifactId>
7         <version>1.8.0-SNAPSHOT</version>
8         <relativePath/>
9     </parent>
10     <groupId>org.opendaylight.controller.samples</groupId>
11     <version>1.5.0-SNAPSHOT</version>
12     <artifactId>clustering-it</artifactId>
13     <packaging>pom</packaging>
14   <modules>
15     <module>configuration</module>
16     <module>model</module>
17     <module>provider</module>
18   </modules>
19 </project>