Bump versions by x.(y+1).z
[openflowplugin.git] / extension / openflowplugin-extension-api / pom.xml
index 9597b4c989e190bcb3a572d4c4dbb06e1b899866..8c6d278d2e856582a858ad17cbfb3dc76933a672 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.17.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <packaging>bundle</packaging>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-model-api</artifactId>
-        </dependency>
-
         <!-- OpenFlowJava-API models -->
         <dependency>
             <groupId>${project.groupId}.openflowjava</groupId>
@@ -38,7 +33,7 @@
             <artifactId>model-flow-statistics</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller.model</groupId>
+            <groupId>org.opendaylight.openflowplugin.model</groupId>
             <artifactId>model-inventory</artifactId>
         </dependency>
     </dependencies>