Update MRI projects for Aluminium
[openflowplugin.git] / samples / pom.xml
index cfa52320bd9d2f0f63bcc469438060a2b45b2b95..8c7b7dfc622962ed55e9f200161953401e19c5a3 100644 (file)
@@ -3,14 +3,22 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.openflowplugin</groupId>
-        <artifactId>openflowplugin-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>7.0.1</version>
+        <relativePath/>
     </parent>
 
-    <artifactId>openflowplugin-samples-parent</artifactId>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-samples-aggregator</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <module>learning-switch</module>
         <module>sample-consumer</module>