Bump MRI upstreams
[openflowplugin.git] / samples / pom.xml
index 61c7a307a93f9fe0fe4b21f8e5dd9920a1103267..bd6af31eaefa4f47c60380fb9a479c5a9eb6c038 100644 (file)
@@ -3,14 +3,22 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.openflowplugin</groupId>
-        <artifactId>openflowplugin-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>10.0.0</version>
+        <relativePath/>
     </parent>
 
-    <artifactId>openflowplugin-samples-parent</artifactId>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-samples-aggregator</artifactId>
+    <version>0.14.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>