Bump versions by x.(y+1).z
[openflowplugin.git] / model / model-flow-service / pom.xml
index 41998a6086cbc8a1aa94e571139f64887f04d816..5a22c2ddae93eeb56b75eae58625bc8c7934d894 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.17.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
+
+  <groupId>org.opendaylight.openflowplugin.model</groupId>
   <artifactId>model-flow-service</artifactId>
   <packaging>bundle</packaging>
 
       <artifactId>model-flow-base</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller.model</groupId>
+      <groupId>${project.groupId}</groupId>
       <artifactId>model-inventory</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>opendaylight-l2-types</artifactId>
-    </dependency>
   </dependencies>
 
   <scm>