Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / samples / sample-consumer / pom.xml
index b38ee2e33d57218e5e2750e06b9270b6f11b5c84..a77dc9d342aa22cff81664e561e10c04b3aed553 100644 (file)
@@ -4,12 +4,11 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>sample-consumer</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -17,7 +16,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>${maven.bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -55,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>