Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / samples / sample-consumer / pom.xml
index 01c851169ce2adaab6925ae873c05d63213f4f4b..a77dc9d342aa22cff81664e561e10c04b3aed553 100644 (file)
@@ -4,12 +4,11 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>sample-consumer</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -54,7 +53,7 @@
             <artifactId>sal-binding-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
+            <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
         <dependency>