Realign odlparent versions
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / pom.xml
index 58246213316c8fb801df0fa25c95f2f6bdfc1e41..12f59bc16285af91c702e3c566bfc5c11a999c25 100644 (file)
@@ -1,16 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
-  <modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.controller.samples</groupId>
-        <artifactId>sal-samples</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>9.0.8</version>
+        <relativePath/>
     </parent>
-    <artifactId>clustering-it</artifactId>
+
+    <groupId>org.opendaylight.controller.samples</groupId>
+    <artifactId>clustering-test-app</artifactId>
+    <version>4.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
-  <modules>
-    <module>configuration</module>
-    <module>model</module>
-    <module>provider</module>
-  </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
+    <modules>
+        <module>configuration</module>
+        <module>karaf-cli</module>
+        <module>model</module>
+        <module>provider</module>
+    </modules>
 </project>