Make model/pom.xml inherit from odlparent-lite
[openflowplugin.git] / model / model-flow-base / pom.xml
index 2d94d63f5aeadf442fd77b0f812528db23fd84f1..31910ceb05b6bb5c0bd19f1098425813125d16b7 100644 (file)
@@ -4,10 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.openflowplugin.model</groupId>
-    <artifactId>model-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
+
+  <groupId>org.opendaylight.openflowplugin.model</groupId>
   <artifactId>model-flow-base</artifactId>
   <packaging>bundle</packaging>