Bump versions by x.y.(z+1) 92/89792/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 15 May 2020 01:38:43 +0000 (01:38 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 15 May 2020 01:38:43 +0000 (01:38 +0000)
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I95c2fe07f9d44e31ed07f4ddd9113df6dfcb9566

63 files changed:
aclservice/api/pom.xml
aclservice/impl/pom.xml
aclservice/pom.xml
aclservice/shell/pom.xml
alarm/impl/pom.xml
alarm/pom.xml
artifacts/pom.xml
bgpmanager/api/pom.xml
bgpmanager/impl/pom.xml
bgpmanager/pom.xml
cache/impl/pom.xml
cache/pom.xml
cloud-servicechain/api/pom.xml
cloud-servicechain/impl/pom.xml
cloud-servicechain/pom.xml
commons/binding-parent/pom.xml
commons/checkstyle/pom.xml
commons/pom.xml
dhcpservice/api/pom.xml
dhcpservice/impl/pom.xml
dhcpservice/pom.xml
dhcpservice/shell/pom.xml
elanmanager/api/pom.xml
elanmanager/impl/pom.xml
elanmanager/pom.xml
features/netvirt-features/pom.xml
features/odl-netvirt-api/pom.xml
features/odl-netvirt-impl/pom.xml
features/odl-netvirt-openstack/pom.xml
features/pom.xml
fibmanager/api/pom.xml
fibmanager/impl/pom.xml
fibmanager/pom.xml
fibmanager/shell/pom.xml
ipv6service/api/pom.xml
ipv6service/impl/pom.xml
ipv6service/pom.xml
ipv6service/shell/pom.xml
karaf/pom.xml
model-bgp/pom.xml
natservice/api/pom.xml
natservice/impl/pom.xml
natservice/pom.xml
neutronvpn/api/pom.xml
neutronvpn/impl/pom.xml
neutronvpn/pom.xml
neutronvpn/shell/pom.xml
policyservice/api/pom.xml
policyservice/impl/pom.xml
policyservice/pom.xml
pom.xml
qosservice/api/pom.xml
qosservice/impl/pom.xml
qosservice/pom.xml
statemanager/impl/pom.xml
statemanager/pom.xml
statistics/api/pom.xml
statistics/impl/pom.xml
statistics/pom.xml
vpnmanager/api/pom.xml
vpnmanager/impl/pom.xml
vpnmanager/pom.xml
vpnmanager/shell/pom.xml

index 494e1e8277abe0d1aee841758a72169ec079cdd7..7d911c85ea95474fd9b622b766f29a996fc42b26 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index a6428792db925cababdcf11a03b77b7693f694dc..9358f7f23d0607c88632a32359320dd2f70ab46a 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index b0774a5e9188e844b3c53ce81a5eb8356de49ffb..ebb3d0bd6a75d20748337c2f426fa815d6730f06 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>aclservice</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 6feb397d774b74d5651437896e2c0b3ea24f346b..5b17f0f1ca77c036382b2ae041a6e43e82400fd2 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -45,7 +45,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netvirt</groupId>
             <artifactId>aclservice-impl</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
index a5c1a1f6fad2157569d779759b9dceb41a455120..b48b3136908f1608df53a4d41146c1e2c9685561 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 941d4a5a5e355b44b3acc0101dd2682df2472dca..31e8eaef03562b40e763930529c0e5649e06fbad 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>alarm</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index af2840e2c69894623c7a6ae444e21d2e77936362..6ec9b972a287e3a951e4242045b2ba788ef10d0e 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-artifacts</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 0252f0863b484f1e33d785b061ab2122d0fe64cf..0ca3d35a4e24499d05e00d416d67a5dd2366a139 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.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 4a72c4d5b51022b644758aa557ec5fbf33f92aae..f9bcd41620332e510a6a4ad94a1bbb76eb12d251 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index deb14877396111cd4b68f799ebb567120f835731..4afdf8470d28f082e10f8b1042927ff0839ea509 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>bgpmanager</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index edee5c2f67729a7433d04cb35d9077329eb49e9e..d793124f450b8c4349cebfb101f512a6c18b9f12 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6d7610128e4a602785035886f69b7672f83653e9..b0798c001871bb4eda60299785b8c04dee12b2fe 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>cache</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index b18a5079fcfc261aa1a9c90e4e171cf012f14528..a801b2b81cc274494bc0bb20934c1f7a1ca1e209 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index f2069b76af4fdb87af18df1af94f4788bd667298..9b3f9e1c168a4bbdc2aab42e413439a05030349e 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index dea72bfb0dd98224454ee08beb19bb601ed51052..c8a60fcedda5d968079c681ec77e779ae71775cd 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.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3119e33a54ff08798ceca59531ac224ef80bf1b1..52bf2f925e250b6b433a1571b64c9df29f91266d 100644 (file)
@@ -19,18 +19,18 @@ 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.10.1-SNAPSHOT</version>
+  <version>0.10.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <controller.mdsal.version>1.11.1-SNAPSHOT</controller.mdsal.version>
-    <genius.version>0.8.1-SNAPSHOT</genius.version>
-    <infrautils.version>1.7.1-SNAPSHOT</infrautils.version>
-    <model.bgp.version>2013.07.15.16.1-SNAPSHOT</model.bgp.version>
-    <neutron.version>0.14.1-SNAPSHOT</neutron.version>
-    <openflowplugin.version>0.10.1-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.10.1-SNAPSHOT</ovsdb.version>
-    <serviceutils.version>0.5.1-SNAPSHOT</serviceutils.version>
+    <controller.mdsal.version>1.11.2-SNAPSHOT</controller.mdsal.version>
+    <genius.version>0.8.2-SNAPSHOT</genius.version>
+    <infrautils.version>1.7.2-SNAPSHOT</infrautils.version>
+    <model.bgp.version>2013.07.15.16.2-SNAPSHOT</model.bgp.version>
+    <neutron.version>0.14.2-SNAPSHOT</neutron.version>
+    <openflowplugin.version>0.10.2-SNAPSHOT</openflowplugin.version>
+    <ovsdb.version>1.10.2-SNAPSHOT</ovsdb.version>
+    <serviceutils.version>0.5.2-SNAPSHOT</serviceutils.version>
   </properties>
 
   <dependencyManagement>
@@ -93,7 +93,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
               <groupId>org.opendaylight.netvirt</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.10.1-SNAPSHOT</version>
+              <version>0.10.2-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>
index 76a20152d8d6b48b80adb745c3bf887f00508b83..4b10eb262d449f0dcffbbabaa056991a1d563d53 100644 (file)
@@ -18,6 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>checkstyle</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
 </project>
index b66bbf74736fa9eb2d6e759b71a1852b6baa4c27..87dd16f40cc1622748834b8f5ccae70d7df3bc5f 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>commons</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index b5b2e87f2195e346126339383d1fd1097eaa4981..a5cddbda074b6152e83d3f3e6465da39f9069064 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 3469d89e1c38e2b9843c2e8fc514cfc6cb762ca0..fef1a2492b1dcd3f11b48057076ec20026c452fe 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index dee2a95243ba3834acd3e3bb150752235707a7c0..b65043935a19fa9b0a40ec65e2bf9967a07acfaa 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.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 3c324a92ebc70a6cd916e3f31bc1816854140426..c0fbcd01d885a16b5e17ecd31d508fd06c12fee1 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 469e13eafaae44e2b8e4a8b8167d61eb928c44c4..1eb88f16f8ef67fc1c9a7b2d6d4e55dc36dcebe1 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index ffe466db892f6822c89e16383056953500318fea..1319f90c4221716328e812d26e5b7d81469bfb6e 100644 (file)
@@ -11,7 +11,7 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6eab566194dced1f538be8509c4a37f7116fd24f..7ddbbd238f57d317fec4d29495592aa1e7229569 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>elanmanager</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 8d9e6577d9074552364098d24177a8a5207c7690..183b72f93c95b3d978324787a2e383cff1aae014 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-features</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
index 226318964827cf25c0b6ca37228e895fe954f35b..6e9ad12e91be30e99c97b4505c5e8bb613c89faf 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-api</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>OpenDaylight :: NetVirt :: api</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.11.1-SNAPSHOT</version>
+                <version>1.11.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -41,7 +41,7 @@
             <dependency>
                 <groupId>org.opendaylight.serviceutils</groupId>
                 <artifactId>serviceutils-artifacts</artifactId>
-                <version>0.5.1-SNAPSHOT</version>
+                <version>0.5.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius-api</artifactId>
-            <version>0.8.1-SNAPSHOT</version>
+            <version>0.8.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-jobcoordinator</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.7.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-northbound-api</artifactId>
-            <version>0.14.1-SNAPSHOT</version>
+            <version>0.14.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-libraries</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nsf-model</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index ab8e752cfcf8508af4361303f9a307a4c42a6d06..368ae6fc61979de74338f5af4ebdda43757931fd 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-impl</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>OpenDaylight :: NetVirt :: impl</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.11.1-SNAPSHOT</version>
+            <version>1.11.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius</artifactId>
-            <version>0.8.1-SNAPSHOT</version>
+            <version>0.8.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-inject</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.7.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-diagstatus</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.7.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-spi</artifactId>
-            <version>0.14.1-SNAPSHOT</version>
+            <version>0.14.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-southbound</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
-            <version>0.10.1-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-impl</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-utils</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-metrics</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.7.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 6f1ad07098b2a387a03c26eaccce179173f5bdba..3a0b898741020eff9d3545ec35142b91dc20e9dc 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>odl-netvirt-openstack</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>OpenDaylight :: NetVirt :: OpenStack</name>
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-service</artifactId>
-            <version>0.14.1-SNAPSHOT</version>
+            <version>0.14.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.11.1-SNAPSHOT</version>
+            <version>1.11.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index d19a95e413d3e3a28aab811eca9a46d28bdfb840..eac1bcb48b8a7b3be39fafe3b723d62aa5519460 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>features</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index c308cee7341f84f9cd0fefb157af488fdad4fc83..76a6981a6ee1154c05652b811e7f8a02f98b048d 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 53d52141d9b6ff4bc55d76f4ccdc9d497ae8cc8f..a4812da18c58ff650be77d995236518ded02bb19 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index d51d09a21a1df811f28cc39b3520e93e6403ee35..d7b318ab73a76617a467c49b0fa7aeff74a22490 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>fibmanager</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index fa0905b87d91bab87319cabdb8024bed4c917a71..e666bf021f2e7aa1167445dfff3c47ef675a2cca 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index e8dec7d6dd855dfb1838cdf433f7ef7684422041..575eeb4764a338915b60fd4ad7e21779fc1b9022 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6c7badbd773497864490a1df75bf27d0fe17b82a..1ee68f1ef9c7b47f7e07fbdbeb4b894b7f169335 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 48464d9a011ce77ebcfe13f4e7e86860bc9679eb..15a3caa01801ac4cbd25c736dcadbdb74c021664 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>ipv6service</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 49b3d1e49c2aaaf206c2280c5095bd1a11a818ae..b974152a8f072cdbf357104bb5f3c36fdffada3f 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-util</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.7.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 64d67c08cab87591ca4eab0657aff684680d9d88..2301703d565b080c9bd90be7dbfd6b30bc6eb5bc 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>karaf</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <modelVersion>4.0.0</modelVersion>
 
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
              -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-mdsal-trace</artifactId>
-            <version>1.11.1-SNAPSHOT</version>
+            <version>1.11.2-SNAPSHOT</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <!-- This ensures we have odl-jolokia in the distribution -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-extras</artifactId>
-            <version>1.14.1-SNAPSHOT</version>
+            <version>1.14.2-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
             <scope>runtime</scope>
@@ -79,7 +79,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <!-- This ensures aaa-cli is available for the copy below -->
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-cli-jar</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.2-SNAPSHOT</version>
             <!-- Use scope test (and not more!) just so we have the dependency for the maven-dependency-plugin below -->
             <scope>test</scope>
         </dependency>
@@ -102,7 +102,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                                 <artifactItem>
                                     <groupId>org.opendaylight.aaa</groupId>
                                     <artifactId>aaa-cli-jar</artifactId>
-                                    <version>0.11.1-SNAPSHOT</version>
+                                    <version>0.11.2-SNAPSHOT</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/assembly/bin</outputDirectory>
index a5d6f7d44a627ac371db5ec09444865123a5dfb7..1d0fba3a184a63d029398b135aae5fad36995909 100644 (file)
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>model-bgp</artifactId>
-    <version>2013.07.15.16.1-SNAPSHOT</version>
+    <version>2013.07.15.16.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 974104f49c6152c21958176081c17981bfbf6dbc..3b79c4a67cf1ac0efbaf53211d0c8aedb95ee18f 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>mdsalutil-api</artifactId>
-            <version>0.8.1-SNAPSHOT</version>
+            <version>0.8.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
index 824d7c6a5b3a41be8bf3b524c9d408110e7efedd..798552044b708d0c050f36ec330c0568b79abb0b 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 963750cff043d2fc15adf2edad32a10f4a710036..f695064491ca451923eacb9bc24231c4d0be12e4 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>natservice</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 50282d1b7419b8f3eda0daec20511031b2b3e89c..1e5dc1a0795aa6d17b2aaa577190f39204128c90 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 6d1b9a42039a5313bccb87a27bf7251105b04e99..457c5c6133ae12d187239d2b3983cee5eb0d1cd8 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 5eeb9197441fbafd93002f612227d910c471b808..34c6e80a025931054c6488054c3818d76fd27408 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>neutronvpn</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 4d76ace46667d91b89fde39490c2da4b7c708caa..d4e0859a07d50b825e84fd587058d2f9bc3fc7fd 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index a5595cbcf9e6df3cc27ac472acfe08a83af7db27..e9c688cd91e346c41caf7d69e5291c125a6442b3 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index f054c820aff7dfbcc8b634188e28c5fc39678814..b16a47c062f9f1c429bb1bd0b9374ea363f88693 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 527b925ce58cf5e45ca1a79a03e3d497dfef0da9..b06eabb20b9542fc20625aa5aa2d173253f690d6 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>policyservice</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index aa2d79f8d772fa9ddadb694e4a258687d802bbf4..40d5ab0f8353fc2670f9025ecdcdd8324613c3d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-aggregator</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>netvirt</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index eb5d2f1c61fb2935be652d0fee7f31928e480f29..928e1e4402b9530cbf5567675c935e4ce6e6b6c0 100644 (file)
@@ -11,7 +11,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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 27c36822f06be15a789c2cdbdb8874a94fab4022..0e595523013e3c571900c917ed50c2b584be9299 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 70da7a592ab4555e86071a283d70490868f4bf21..f2eeea265360a5d9a5d523a69bb2162da597c908 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>qosservice</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 5e5350af51d29b947e2be46f54b48380dfe43fd6..f25bd12f11f33f0605097096fc0607f44a64527d 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 8d430fcbec04f094d3e43d16cb83b8b2833971a1..5f1ea9749ae320103467e23017d74a32521c238f 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>statemanager</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index deb101d8eb1ae5be1b7b7577a6f2fb924d2a4797..7bb11f22156bf2f66ac99b33ebbb402f8b322a97 100644 (file)
@@ -11,7 +11,7 @@ at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 7310f5c5543040fe80380fa93e111606e5b2fea8..13e6b134a3e52c16321ca2f5b7552bc6a1462010 100644 (file)
@@ -11,7 +11,7 @@ at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index b4083ea0535168f5b8219e5132992604fd851df6..89fe752c07454f72244c35ce6fd6c173227e1d77 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>statistics</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index be92cb98456b99b35f24fd7ebc96b6e0bfaf7020..c377996d4cf31858b3919b91d4e11e04ad31769f 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 20879cc48590f6df409c14f920f5c048f7b2727e..69690953e2f163f9808ab2a300faed81773a4138 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
index 5614a78e44167131d25509f38208a0f0fa91ea33..0c9887e03dff4522e08862121006c068a129bebb 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>vpnmanager</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
index 74cf19af49abacb50ed784ccda3c08674cb7906d..e722d3114d505d274d46e9ece704605684768508 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.10.1-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>