Bump versions by x.(y+1).z for next dev cycle 92/61692/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 14 Aug 2017 17:32:25 +0000 (13:32 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 14 Aug 2017 17:32:25 +0000 (13:32 -0400)
Change-Id: Ibacad85a349937fa2a27554577419fdc8ceb4349
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
77 files changed:
pom.xml
vpnservice/aclservice/api/pom.xml
vpnservice/aclservice/impl/pom.xml
vpnservice/aclservice/pom.xml
vpnservice/bgpmanager/bgpmanager-api/pom.xml
vpnservice/bgpmanager/bgpmanager-impl/pom.xml
vpnservice/bgpmanager/pom.xml
vpnservice/cloud-servicechain/cloud-servicechain-api/pom.xml
vpnservice/cloud-servicechain/cloud-servicechain-impl/pom.xml
vpnservice/cloud-servicechain/pom.xml
vpnservice/commons/binding-parent/pom.xml
vpnservice/commons/it-parent/pom.xml
vpnservice/commons/pom.xml
vpnservice/dhcpservice/dhcpservice-api/pom.xml
vpnservice/dhcpservice/dhcpservice-impl/pom.xml
vpnservice/dhcpservice/pom.xml
vpnservice/distribution/karaf/pom.xml
vpnservice/elanmanager/elanmanager-api/pom.xml
vpnservice/elanmanager/elanmanager-impl/pom.xml
vpnservice/elanmanager/pom.xml
vpnservice/features/odl-netvirt-api/pom.xml
vpnservice/features/odl-netvirt-federation/pom.xml
vpnservice/features/odl-netvirt-impl/pom.xml
vpnservice/features/odl-netvirt-openstack/pom.xml
vpnservice/features/odl-netvirt-sfc/pom.xml
vpnservice/features/odl-netvirt-ui/pom.xml
vpnservice/features/pom.xml
vpnservice/features/vpnservice-features/pom.xml
vpnservice/federation-plugin/api/pom.xml
vpnservice/federation-plugin/impl/pom.xml
vpnservice/federation-plugin/pom.xml
vpnservice/fibmanager/fibmanager-api/pom.xml
vpnservice/fibmanager/fibmanager-impl/pom.xml
vpnservice/fibmanager/fibmanager-shell/pom.xml
vpnservice/fibmanager/pom.xml
vpnservice/ipv6service/api/pom.xml
vpnservice/ipv6service/impl/pom.xml
vpnservice/ipv6service/pom.xml
vpnservice/it/feature/it-features/pom.xml
vpnservice/it/feature/it-features4/pom.xml
vpnservice/it/feature/odl-netvirt-openstack-it/pom.xml
vpnservice/it/feature/pom.xml
vpnservice/it/impl/pom.xml
vpnservice/it/pom.xml
vpnservice/model-bgp/pom.xml
vpnservice/natservice/natservice-api/pom.xml
vpnservice/natservice/natservice-impl/pom.xml
vpnservice/natservice/pom.xml
vpnservice/neutronvpn/neutronvpn-api/pom.xml
vpnservice/neutronvpn/neutronvpn-impl/pom.xml
vpnservice/neutronvpn/neutronvpn-shell/pom.xml
vpnservice/neutronvpn/pom.xml
vpnservice/ovsdb-ui/bundle/pom.xml
vpnservice/ovsdb-ui/module/pom.xml
vpnservice/ovsdb-ui/pom.xml
vpnservice/policyservice/api/pom.xml
vpnservice/policyservice/impl/pom.xml
vpnservice/policyservice/pom.xml
vpnservice/pom.xml
vpnservice/qosservice/api/pom.xml
vpnservice/qosservice/impl/pom.xml
vpnservice/qosservice/pom.xml
vpnservice/sfc/classifier/api/pom.xml
vpnservice/sfc/classifier/impl/pom.xml
vpnservice/sfc/classifier/pom.xml
vpnservice/sfc/pom.xml
vpnservice/sfc/translator/pom.xml
vpnservice/statemanager/impl/pom.xml
vpnservice/statemanager/pom.xml
vpnservice/statistics/api/pom.xml
vpnservice/statistics/impl/pom.xml
vpnservice/statistics/pom.xml
vpnservice/vpnmanager/pom.xml
vpnservice/vpnmanager/vpnmanager-api/pom.xml
vpnservice/vpnmanager/vpnmanager-impl/pom.xml
vpnservice/vpnmanager/vpnmanager-shell/pom.xml
vpnservice/vpnservice-artifacts/pom.xml

diff --git a/pom.xml b/pom.xml
index 79ac4b437242cd2c69d6007a5a68a5ba71eb97d7..9a9e099d3dfd58b283ec9144305c04bd6433339d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>netvirt</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index ef325b7f3520782ae7d2967407704cf7d92d885a..8e63e0f5566fff36452ccb14582835ed0890ea79 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 8626a5a90394a5491f64bb2a195588e0d98a86d8..8091125feb4819cffca2420b4cce978bbdbf641d 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index d4bb3830e117fb91ceb3348f695c0cb48e4a51cf..1b332ed55b057eaabac8a5bec5c0ad6143893bdc 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>aclservice</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index db19dbdaafb93e46950fdca513838f001397aab9..c57f640840ee8c029996294eefc01c059f5ea367 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 21144799ffcb9bd90dd86b923d589672a5738db2..1767a143d2d9cae739987a23bdf2ceb4ae5dcd3b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 847e03f4afb7e0d70e4892b29518ca638327f1a0..04076d747183e46ce5f23bd6ca64c640569e6231 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>bgpmanager</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 8bc60d8a2c4b6b708b787664049329de8f9465b4..58e24b9ae769e406dbd894048719531a393c687b 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 77c01f0e67441c4ba1c0c4e240bbf24eeccf9405..b477d4074a2c5f83a27aa548fe2b8234a65fa0ae 100644 (file)
@@ -9,7 +9,7 @@
  <parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>binding-parent</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <relativePath>../../commons/binding-parent</relativePath>
  </parent>
 
index 3f3e350aaac2f4fd4fd090326c64f222bff4e7aa..e3a51f21757ba3f66dfcce39d189c16a25854d14 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>cloud-servicechain</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 6b96d0f446ff7a81317e1d0794faa723f4ec6b14..abae7dfac6794b5f96d8b66f2ace6fac28f5f708 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -20,21 +20,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>binding-parent</artifactId>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
-    <federation.version>0.3.0-SNAPSHOT</federation.version>
-    <genius.version>0.3.0-SNAPSHOT</genius.version>
-    <infrautils.version>1.2.0-SNAPSHOT</infrautils.version>
-    <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
-    <model.bgp.version>2013.07.15.11-SNAPSHOT</model.bgp.version>
-    <neutron.version>0.9.0-SNAPSHOT</neutron.version>
-    <openflowplugin.version>0.5.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.5.0-SNAPSHOT</ovsdb.version>
-    <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
+    <controller.mdsal.version>1.7.0-SNAPSHOT</controller.mdsal.version>
+    <federation.version>0.4.0-SNAPSHOT</federation.version>
+    <genius.version>0.4.0-SNAPSHOT</genius.version>
+    <infrautils.version>1.3.0-SNAPSHOT</infrautils.version>
+    <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>2.4.0-SNAPSHOT</mdsal.version>
+    <model.bgp.version>2013.07.15.12.0-SNAPSHOT</model.bgp.version>
+    <neutron.version>0.10.0-SNAPSHOT</neutron.version>
+    <openflowplugin.version>0.6.0-SNAPSHOT</openflowplugin.version>
+    <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
+    <yangtools.version>2.0.0-SNAPSHOT</yangtools.version>
   </properties>
 
   <dependencyManagement>
index 1b5339d00f99383f3f6ec9d53b538b0132e4a86d..be418d889a17c0c4ec022adc70ca11bffb4f12ca 100644 (file)
@@ -14,14 +14,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>it-parent</artifactId>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
@@ -46,7 +46,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <properties>
     <skip.surefire.tests>false</skip.surefire.tests>
-    <ovsdb.version>1.5.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
   </properties>
   <profiles>
     <profile>
index cb232e8e8128efbfa282c512c68d367cc96ddafc..136e5199dfc7f4c3695fc876026bf01fe476b732 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>commons</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 473b50852789e26d0b7fc160eda450e99e926ef2..0344d3b64dec103d057a76b165f5605caa9c8300 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index c74b2adad02f6c0282f48a0ea99f86a1a94bf3cf..63fae1304f05ef06cd4d60fdabf7c75b7098c9bf 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 89be398e626a8cba16ce2bd5a68d9b903a4b5694..65c5f65ab7870d1423f2e077e48bca42e7cf5c14 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>dhcpservice</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ada2674c9a46c7d49ba7b37219552817e81b1687..227a3fe9272fdeb79b32342b6d376349b0993596 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice-karaf</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <properties>
     <!-- <karaf.localFeature>odl-vpnservice-core</karaf.localFeature> -->
index b444412684b6dbb89c6c69933d79968f5342d3ab..ef89ea5098c93c7af278a19ca905e7a4e682264a 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 4ce75b5211f162c15ade6111d710fa4bf52f8d02..3acd4ce19b3bc1fa752fc8b65a33465e7ac3206a 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index b1a4964513eac4a7d97236d2beb23e88a936673d..6b34e95cd7d5602a8f95889df320c02174640c1b 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>elanmanager</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 66848597f319fe82691b2ab6ce8f54d864335692..639f12d4bc5fc954ea4d9cc2228bcd3eb07563f1 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-api</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: api</name>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>1.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-models</artifactId>
-            <version>0.11.0-SNAPSHOT</version>
+            <version>0.12.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nsf-model</artifactId>
-            <version>0.5.0-SNAPSHOT</version>
+            <version>0.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.5.0-SNAPSHOT</version>
+            <version>0.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
+            <version>0.4.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-counters</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.3.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>liblldp</artifactId>
-            <version>0.13.0-SNAPSHOT</version>
+            <version>0.14.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 77dc05da491552108ed7c9ade61ac12e3b269081..d5e811f3c393fe3dde1a793c4fbf23dc153f67d6 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-federation</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: Federation</name>
         <dependency>
             <groupId>org.opendaylight.federation</groupId>
             <artifactId>federation-with-rabbit</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
+            <version>0.4.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-inject</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.3.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index c9bdf6b7a6e2185870cd8ba146be0d8249bc1bcc..1a381b7bf0552bc61142a789b94f3787227b0ef0 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-impl</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: impl</name>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>1.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-impl</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-southbound</artifactId>
-            <version>0.5.0-SNAPSHOT</version>
+            <version>0.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-flow-services</artifactId>
-            <version>0.5.0-SNAPSHOT</version>
+            <version>0.6.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
+            <version>0.4.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-inject</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.3.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 3a6f4724cbf4baaeb74cc1258bddcf0c3dff1a16..36b82939e364566757d721aafd46e90e4316eac4 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-openstack</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: OpenStack</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-service</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.10.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>1.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 3b56a8b15ecb58b335e419d520ac712c3fa622bf..cd52a31d3f513eef7d3ed1f1a98d5cec28d84da1 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-sfc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: SFC</name>
         <dependency>
             <groupId>org.opendaylight.sfc</groupId>
             <artifactId>odl-sfc-openflow-renderer</artifactId>
-            <version>0.6.0-SNAPSHOT</version>
+            <version>0.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.sfc</groupId>
             <artifactId>odl-sfc-genius</artifactId>
-            <version>0.6.0-SNAPSHOT</version>
+            <version>0.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 373fefb9a65feb4faf25a2fd266830340157a44d..edfc7d5e03f5deaa4ca962a19692eeea288c2544 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-ui</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: DLUX Integration Plugin</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.dlux</groupId>
             <artifactId>odl-dlux-core</artifactId>
-            <version>0.6.0-SNAPSHOT</version>
+            <version>0.7.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 6ab9409b1976bb6747efea4c0faffb90d2fecc50..2c41073930e9e59ba2d13e47a51f104c99cc8343 100644 (file)
@@ -16,7 +16,7 @@
     </parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>vpnservice-features-aggregator</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ODL :: netvirt :: ${project.artifactId}</name>
index af02089b35c190eb626499178b58029254589747..c40bc290601413d70ae062516d6c242f79af6421 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>vpnservice-features</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencies>
index 05af430fa0184aaa84d2ace3093a31311e15828a..533bf4f16f1e15b03e9e3efcc5c023e7bf3e8181 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 27f89db4a2d4ec5fddb91fa0b413d003be610ece..3dbca59bfa80b2301ccc7332b274fd384b086adc 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index cbd86c240a30c6c4b63674f4e223acbe04bad9ea..5de98d159c272e8646c16fb91393ac0a8f275482 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>federation-plugin</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0bcc4f77e8f0f4058a48b1c79d0d6b87f90e6748..7503d4dc8e364f039c7f1250887bf4179e6cb868 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 6a2d5bfa1ccf83da8634171de10cbc6be29c7a8b..a2c22bf76a59b6849507c0b720abcaeb948c1b67 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index aba18c1489a305ff449c258d12d47c2fc075c05a..f3fa8fa7ba34fe55f0b32772d26fc03af836e3dc 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 57c022f5242a2bacd0bbe18f7a32dc619a674915..19dd5469e13b2d87f047ef9cfad6022e7ce00aab 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>fibmanager</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 2946dac698ec8c36f2a870cfb138a10e6729935e..dc8ba44197dfdc8ef95b9f65b6d6b0938534777f 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 793ecc4018143c4053a80d7c92d1e7711e2d1e2b..024936d3e7cbb735b76490762aa742869ece02d9 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 9f2cca8ee55e56f57c937f651d38eda86429dd82..ac6f790eefb73ec26526a36f84cd295502045ee6 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>ipv6service</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 44b3e1b4145accd7a21157e52427a348c990c20f..d0fd1bdbdd236bfc9ee44f2d6ac84cbc1dc5f0be 100644 (file)
@@ -14,11 +14,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>it-features</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <properties>
-    <ovsdb.version>1.5.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
     <skip.karaf.featureTest>true</skip.karaf.featureTest>
   </properties>
   <dependencies>
index a4450051b83b37d934290f656a77989696809dab..92648c6c648f8e812f349d04670c37f1b04300ac 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>it-features4</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencies>
index 5331d1caf6e54f58bc2f42d159a8ddb20ac221a0..f83e92b80eeb3cde79be1e9fd4988c1bbd488f96 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-openstack-it</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NetVirt :: openStack IT</name>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>utils.ovsdb-it-utils</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.karaf.features</groupId>
index a5e94f34ae3a383affdfa511aad932dc2c4b90b2..43fb9ecfac8f9416a936661ec099e478bea1acfd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>it-features-aggregator</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
 
index a4a24b9ba736ec5a454c72a62cce999008ff42dc..ab9a343e7624d199f2ab3e51047390f4aac219fb 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>it-parent</artifactId>
     <groupId>org.opendaylight.netvirt</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/it-parent/</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 239aaa97bf1c63e5bb62e039c9016f14ec9f3542..d3c9018fcbb5b91b7672d49bf77aca81199003b4 100644 (file)
@@ -20,7 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>netvirt-it</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index ac84151e07eeb62271dcaadbcdea29721c454ceb..dadd39e05a464e7a0100a940f19db8bf827d8807 100644 (file)
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../commons/binding-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>model-bgp</artifactId>
-  <version>2013.07.15.11-SNAPSHOT</version>
+  <version>2013.07.15.12.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <description>${project.artifactId}</description>
   <packaging>bundle</packaging>
index c0e8e1c36dfa26f68b68b3e4158caf7d47eba3d5..a11ca830dde3a27418dac154520b22cc1444eaba 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 7b5b3228db410a80d82e1ea705f79a99eeb7ea79..3f21b7698db738d207bb83fd16cf0fb226782e79 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 0b6efdc0acec671e49dbb6eb9798d6a09331c896..34c56652f3d3268bf22b909db9481dae575a2bef 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>natservice</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index c1c57279ba8100a8c7dd96716414b776b736772e..73c5d19cdbe6071bdc94b2de7c84c84a8cc049cb 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index c17d1c13c2a21792b9d151aa292e55438976da6d..e48aefe3088582def838f14efadaf477b8c27387 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 5e53f66eaa7fd7249042035012f9e800d7c5b6d5..ec0b9664c4e005508fc7ab1a9910540af2825124 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 2a58d4955f0658d75d1f460c899d80f92157cd23..07b44361fc4ab717b8ae980ea3032ecda58cde74 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>neutronvpn</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 638d09da45f03e944277fe1cf8cc16ce4f869c4d..8929c20b9b15927912a9f945312d6a74f2607370 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>ovsdb-ui-bundle</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
     <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </scm>
 
     <properties>
-      <dlux.version>0.6.0-SNAPSHOT</dlux.version>
+      <dlux.version>0.7.0-SNAPSHOT</dlux.version>
     </properties>
 
     <dependencies>
index ca2671742bdc1f2260abb059811b7b68fee0f357..cb45c9d31d08568b80ceebf4ae84651f0455af2f 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>ovsdb-ui-module</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
index 8c8631b47fcddbf736606aaffdfef45ccaded296..c3f55f054934462bf7424b28850d6634b6712d7d 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>ovsdb-ui</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modules>
index 5b0bbd31a3a0696c3be58f13444e79bee8f6af94..5177ddd60e6b9ae57b1bbc35e3845e967cca4c90 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 9320b554a1448b1686b9001ef6da3a387a1e6785..18f56e609ec165c6559ac7b18f1029390c5ab17a 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 3a4a6d9c5faab517acb6bdb879ff7d57e3549ed7..453c3ab88e40283372de69faf16669ce80a53fc3 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>policyservice</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 9dd3df40c9debf384f030f98a258e1756266e24d..84fe7b045a65fad836451fce8132573269689924 100644 (file)
@@ -15,7 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ca5690362544e7cd54b64e246edfaf6e4174c554..4621775533acf674dfc69371c712d5e8cca78c2a 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 6c202be02e13e1cf8c87ae00730e1250ffa9e5b7..1c1c9d1f2fd9066ad3a99aa2c4d0915a07ff7f5a 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 8db9afc67985be342d9ffc9e6fc0ed433e858005..a215103dcaf696f627bcca05dbfac622ca5f00de 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>qosservice</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index d07396f6a873f807e95f68c19784bf12b969ee20..7a19cecd393bbd1c37aba0853675d4dfbf5f7dc4 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../../commons/binding-parent</relativePath>
   </parent>
 
index 92bd5b892612931a94b792a4a181801736ee7d12..ec5bc64fdd013f6d0c2c8a7d641ec617e8ef077a 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../../commons/binding-parent</relativePath>
   </parent>
 
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <packaging>bundle</packaging>
 
   <properties>
-    <sfc.version>0.6.0-SNAPSHOT</sfc.version>
+    <sfc.version>0.7.0-SNAPSHOT</sfc.version>
   </properties>
 
   <dependencies>
index 2f41c864403fc7923b157e5dfb939807bef88065..8026200e09aafbc0210427c0ca411a059e9b36d7 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>sfc.classifier</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modules>
index c8ab46d023a4d3b4220cdd2f0a5880bcc585d438..3572bdcb1fe35e02bc99fe865b7a0a0ad5964a64 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>sfc</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modules>
index d05b514901771b81eb464fc4d9e56914eb8435b3..245b3dc4fc52d694d9eafae8c54de2c0f43f5b58 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
@@ -22,7 +22,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <packaging>bundle</packaging>
 
   <properties>
-    <sfc.version>0.6.0-SNAPSHOT</sfc.version>
+    <sfc.version>0.7.0-SNAPSHOT</sfc.version>
   </properties>
 
   <dependencies>
index b0d5b06c379a37ff138c84680023a6c66946408c..117a59fe2a39dedfad3abc54e03c68ad22c5b09e 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index c8642d234f06e586bbdc7153cff45d01f79ba0d9..1d76de4211f871e364b146eaa50db38c3f3ae7bb 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>statemanager</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 751130c4b2b94da3bc0544aa29438eb15dcd3a1a..48e811ae463c1fd68c68bd9158fdcf5ca05499e4 100644 (file)
@@ -7,7 +7,7 @@ at http://www.eclipse.org/legal/epl-v10.html -->
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 651b31cf0ff0bc1b43caf758d47053df23380ec5..37956f1aa8618e053ef73afd4fd35c0e259751b0 100644 (file)
@@ -9,7 +9,7 @@ at http://www.eclipse.org/legal/epl-v10.html -->
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 842c35920300378117f10d46c798378105dafbb0..b88aef4dae1390337de5d12554a207affcc143df 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>statistics-aggregator</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index a78be306519367da8a4857207c981fbe767a31b9..8ba573737d08dbd86e4e0c8c2bc83ebf790eae56 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnmanager</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 51c521ce6c30f67691a83b96b21fdd5bf073045d..18022d8e6f064d3d1ce16119ba2096bb53d59a08 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index d1b6d1cb095b2b36bbfd57fb9b1e17c010c78a4f..c756a584db8245d6bb300f89e14e7991a892d3af 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index ab59a23a74e63e0f953c9cb0365e415d95e9d3f5..b7c88c7b06ce6e6528af641fbb71ae13c1466ea2 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 4b29ce3a6bfb8041c2f5cfb2b61517d23e7ad36b..e68050e4e2cf792259f528ea1bdc5f8917b47a0b 100644 (file)
@@ -21,7 +21,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice-artifacts</artifactId>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>