Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / lockmanager / lockmanager-api / pom.xml
index 4b9fe8c74f194a06a71aacba855d20b6d30c459e..52f95755f79158dadec18a11c6f4a58389c42c61 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
@@ -22,14 +22,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
+      <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>yang-binding</artifactId>
-      <version>${yangtools.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-common</artifactId>
-      <version>${yangtools.version}</version>
     </dependency>
   </dependencies>
   <build>
@@ -52,7 +50,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                                           yang-maven-plugin
                                       </artifactId>
                                       <versionRange>
-                                          [0.7.1-SNAPSHOT,)
+                                          [0.9.0-SNAPSHOT,)
                                       </versionRange>
                                       <goals>
                                           <goal>generate-sources</goal>