Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / vpnservice / commons / config-parent / pom.xml
index 70a9084efc63163d9f510c056e0275d98895ebb7..d5d4a8ab6fe32896e379709f7dfa97e4be4c8a67 100644 (file)
@@ -11,31 +11,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>config-parent</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
     <!-- ODL -->
-    <vpnservices.version>0.3.0-SNAPSHOT</vpnservices.version>
-    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
-    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-    <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
-    <vpns.mdsalutil.version>0.3.0-SNAPSHOT</vpns.mdsalutil.version>
+    <vpnservices.version>0.4.0-SNAPSHOT</vpnservices.version>
+    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
+    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
+    <vpns.mdsalutil.version>0.4.0-SNAPSHOT</vpns.mdsalutil.version>
     <model.bgp.version>2013.07.15.9-SNAPSHOT</model.bgp.version>
-    <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
-    <vpns.ovsdb.version>1.3.0-SNAPSHOT</vpns.ovsdb.version>
-    <liblldp.version>0.11.0-SNAPSHOT</liblldp.version>
+    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <vpns.ovsdb.version>1.4.0-SNAPSHOT</vpns.ovsdb.version>
+    <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
     <karaf.shell.console.version>3.0.3</karaf.shell.console.version>
-    <neutron.version>0.7.0-SNAPSHOT</neutron.version>
-    <genius.version>0.1.0-SNAPSHOT</genius.version>
-    <infrautils.version>1.0.0-SNAPSHOT</infrautils.version>
+    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
+    <genius.version>0.2.0-SNAPSHOT</genius.version>
+    <infrautils.version>1.1.0-SNAPSHOT</infrautils.version>
   </properties>
 
   <dependencyManagement>
@@ -43,7 +43,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>