Bumping versions by 0.0.1 for next dev cycle 22/47922/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 4 Nov 2016 00:39:20 +0000 (10:39 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 4 Nov 2016 00:39:20 +0000 (10:39 +1000)
Change-Id: I85a05ba2c9ea0ab3971e7a9930b3f26aa5cc41cb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
46 files changed:
applications/bulk-o-matic/pom.xml
applications/features/pom.xml
applications/forwardingrules-manager/pom.xml
applications/forwardingrules-sync/pom.xml
applications/inventory-manager/pom.xml
applications/lldp-speaker/pom.xml
applications/notification-supplier/pom.xml
applications/of-switch-config-pusher/pom.xml
applications/pom.xml
applications/statistics-manager/pom.xml
applications/table-miss-enforcer/pom.xml
applications/topology-lldp-discovery/pom.xml
applications/topology-manager/pom.xml
artifacts/pom.xml
distribution/karaf/pom.xml
drop-test-karaf/pom.xml
drop-test/pom.xml
extension/features-he/pom.xml
extension/features/pom.xml
extension/openflowjava-extension-nicira-api/pom.xml
extension/openflowjava-extension-nicira/pom.xml
extension/openflowplugin-extension-api/pom.xml
extension/openflowplugin-extension-nicira-config/pom.xml
extension/openflowplugin-extension-nicira/pom.xml
extension/pom.xml
extension/test-extension/pom.xml
features-he/pom.xml
features/pom.xml
model/model-flow-base/pom.xml
model/model-flow-service/pom.xml
model/model-flow-statistics/pom.xml
model/pom.xml
openflowplugin-api/pom.xml
openflowplugin-blueprint-config-he/pom.xml
openflowplugin-blueprint-config/pom.xml
openflowplugin-common/pom.xml
openflowplugin-controller-config/pom.xml
openflowplugin-impl/pom.xml
openflowplugin-it/pom.xml
openflowplugin/pom.xml
parent/pom.xml
pom.xml
samples/learning-switch/pom.xml
samples/sample-consumer/pom.xml
test-common/pom.xml
test-provider/pom.xml

index c5d7a5afef30889f1bf756bff9784b9a362ae40f..75436b80a03ef4696f7948190b7e3dcba57e291c 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>applications</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.opendaylight.openflowplugin.applications</groupId>
     <artifactId>bulk-o-matic</artifactId>
index 35e0e1197775c7dd8cced10768546eb1f6b1b2f0..cb9c6f16bf79ae8c7fb35062aedde7424284c716 100644 (file)
@@ -4,21 +4,21 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowplugin</groupId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <artifactId>features-flow</artifactId>
   <packaging>jar</packaging>
 
   <properties>
-    <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-    <config.version>0.5.1-SNAPSHOT</config.version>
-    <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-    <openflowjava.version>0.8.1-SNAPSHOT</openflowjava.version>
-    <lldp.version>0.11.1-SNAPSHOT</lldp.version>
+    <yangtools.version>1.0.2-SNAPSHOT</yangtools.version>
+    <config.version>0.5.2-SNAPSHOT</config.version>
+    <mdsal.version>1.4.2-SNAPSHOT</mdsal.version>
+    <openflowjava.version>0.8.2-SNAPSHOT</openflowjava.version>
+    <lldp.version>0.11.2-SNAPSHOT</lldp.version>
 
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
     <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
index 33de9c73057cad4e19b71ca22ac79366229fdfae..d133635cd0097d4131c58d43f00d3e24f35a7914 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>applications</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>forwardingrules-manager</artifactId>
index 0613ba5cdc4135994efa88c33224f1516bbb0e11..20946d6ad9da07883916b206d925f2f20c82f85b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>applications</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.opendaylight.openflowplugin.applications</groupId>
     <artifactId>forwardingrules-sync</artifactId>
index 6f341e27865d2b6dae0e80b9faf4f4a94c3cee4c..4c6193b4b25ec698536c195d77950a927dc13722 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.1-SNAPSHOT</version>
+    <version>0.5.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>inventory-manager</artifactId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index c5eb19e02dc704043db670ea205ccd2427f4add7..3e57f852c190bf44a853c771e4fdc155c89ff611 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>applications</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.opendaylight.openflowplugin.applications</groupId>
     <artifactId>lldp-speaker</artifactId>
index ba559455123741d6a2b642208df284c6624b7e5d..41b86d42bf3adafc539088fc90dcff6140e61607 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>applications</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.opendaylight.openflowplugin.applications</groupId>
     <artifactId>notification-supplier</artifactId>
index d1a54f8d5676c2552589664ae292a5d2dc930ffd..3595e6095ece1a5083b6af99076f2344a12056e6 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>applications</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.opendaylight.openflowplugin.applications</groupId>
     <artifactId>of-switch-config-pusher</artifactId>
index c0fec400bb62818235757a9c49d7dc2561281ef1..e96fe43aa15e51ee0cda1eaaa661fea0b69cd4ee 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 537974eba395ecda1edc4276c583ef86bc5aa25d..46bf8d56e5967abdab580dc7c22836af7c6791eb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>applications</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>statistics-manager</artifactId>
index f10df943a59e83380ef7f72d2db2bb52777ff865..8d752ec0cfd1f8c0af0278c06aa160f21ed2d688 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>applications</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>table-miss-enforcer</artifactId>
index d7d57934ec85641357f2e1657213816de6251aa9..7b002dbd3734fe971815e425831aeb80916f4bae 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.1-SNAPSHOT</version>
+    <version>0.5.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>topology-lldp-discovery</artifactId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>liblldp</artifactId>
-      <version>0.11.1-SNAPSHOT</version>
+      <version>0.11.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowplugin.model</groupId>
index 59f645f59e02e1d23ab4fae120cff898cbc51de7..9751b874269de4599584bcb6ae4a1b328e662472 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.1-SNAPSHOT</version>
+    <version>0.5.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>topology-manager</artifactId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 85e743cd1cf79d3b4efd0523cb064f7eae4fe6f4..aa0441b9e849436b591a23bc594b80eb508f8630 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-artifacts</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 5d27c0b912b611e5f5df6546d6c933ac4247e265..1171631bc2ef78b3bd43782231a0cbd5e8f6ccc3 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.2-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.openflowplugin</groupId>
   <artifactId>openflowplugin-karaf</artifactId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
 
   <properties>
-    <openflowplugin.version>0.3.1-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index 4cbe005995f9d7aa7b8145e0b6c6f114c38b811b..bd5b67f930d7be1e2518b44454edadcd2fd70934 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>drop-test-karaf</artifactId>
index 58a851d107f26ceeb4b9f05f343a4e0b6e1b43b4..92e9d5f13b9c4b5e94837b9388d154bbd8f2b877 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>drop-test</artifactId>
index 2c116c16d21bed17b6384dcb791e648cbd0e3e09..db2136e51228adebf1059e47604a6e0b4d6a848f 100644 (file)
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.openflowplugin</groupId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <artifactId>features-openflowplugin-extension-he</artifactId>
 
   <packaging>jar</packaging>
 
   <properties>
-    <openflowplugin.version>0.3.1-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index f2643b5fa65188d8d1c1dc9008cda849c2f974b2..24fe6b57a6e16738f5768f952fdf1d88595886b1 100644 (file)
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.openflowplugin</groupId>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.3.2-SNAPSHOT</version>
   <artifactId>features-openflowplugin-extension</artifactId>
 
   <packaging>jar</packaging>
 
   <properties>
-    <openflowplugin.version>0.3.1-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index d9efa6b25b55ac3b07aedcc0846a8fd65de59698..254fe71099df8972ed49d2e76054d2db26e57bbf 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-extension-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>openflowjava-extension-nicira-api</artifactId>
index 1a3be8039f491371f5651b6b3b03ae39025a8025..159d9b558c84a90d5d4ffd05ca6b170aa5e3ac4e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-extension-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>openflowjava-extension-nicira</artifactId>
index 867305cc3cd3cd6cfe8e6e012aa062f431702068..d081cdc940875030b60060446c0864ee45a6523c 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-extension-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index 62eb83879585e597edd7c991c5d349b5e62a613f..f02bb065bed4825f0e2826b822b508e5ad0c4528 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-extension-parent</artifactId>
-      <version>0.3.1-SNAPSHOT</version>
+      <version>0.3.2-SNAPSHOT</version>
       <relativePath>../</relativePath>
     </parent>
 
index ce42801fb514d048012e39f7517f7397379fa862..628ddd3a7dc692a4760f762fa40b9edf0ce39b73 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-extension-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index 8a2e364ed6d1a6c77f45648a1f70f12e807518b7..a7137ee117846cd19491be95de0a74d650ae1754 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f5e83b370eb7523afc129368c3d5a5f852fb875d..82c7d6338a4c87d5869211e30fafa5967073026a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-extension-parent</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>test-extension</artifactId>
index 8c6f5b37f9d7a23ba8a141e34ee5f288d00aad2a..fb1e7c64c3a4163bde94eeaea0216132c6fc8d78 100644 (file)
@@ -5,26 +5,26 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-openflowplugin-he</artifactId>
     <packaging>jar</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
 
     <properties>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-        <openflowjava.version>0.8.1-SNAPSHOT</openflowjava.version>
-        <openflowplugin.version>0.3.1-SNAPSHOT</openflowplugin.version>
-        <dlux.version>0.4.1-SNAPSHOT</dlux.version>
-        <lldp.version>0.11.1-SNAPSHOT</lldp.version>
+        <yangtools.version>1.0.2-SNAPSHOT</yangtools.version>
+        <config.version>0.5.2-SNAPSHOT</config.version>
+        <mdsal.version>1.4.2-SNAPSHOT</mdsal.version>
+        <openflowjava.version>0.8.2-SNAPSHOT</openflowjava.version>
+        <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
+        <dlux.version>0.4.2-SNAPSHOT</dlux.version>
+        <lldp.version>0.11.2-SNAPSHOT</lldp.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
-        <restconf.version>1.4.1-SNAPSHOT</restconf.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
+        <restconf.version>1.4.2-SNAPSHOT</restconf.version>
+        <mdsal.model.version>0.9.2-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 6f935bac09531c6a88cbd4609495acbd1ba84395..76ea5340c126a00fe1d6f535493f43d28f49a590 100644 (file)
@@ -5,26 +5,26 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-openflowplugin</artifactId>
     <packaging>jar</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
 
     <properties>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-        <openflowjava.version>0.8.1-SNAPSHOT</openflowjava.version>
-        <openflowplugin.version>0.3.1-SNAPSHOT</openflowplugin.version>
-        <dlux.version>0.4.1-SNAPSHOT</dlux.version>
-        <lldp.version>0.11.1-SNAPSHOT</lldp.version>
+        <yangtools.version>1.0.2-SNAPSHOT</yangtools.version>
+        <config.version>0.5.2-SNAPSHOT</config.version>
+        <mdsal.version>1.4.2-SNAPSHOT</mdsal.version>
+        <openflowjava.version>0.8.2-SNAPSHOT</openflowjava.version>
+        <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
+        <dlux.version>0.4.2-SNAPSHOT</dlux.version>
+        <lldp.version>0.11.2-SNAPSHOT</lldp.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
-        <restconf.version>1.4.1-SNAPSHOT</restconf.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
+        <restconf.version>1.4.2-SNAPSHOT</restconf.version>
+        <mdsal.model.version>0.9.2-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 5fae1c7fd9019b2178adbac71d0d88fa5ff5ee63..6bf5bd55f17dc6ed42b694fda0c1999554b340c7 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin.model</groupId>
     <artifactId>model-parent</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>model-flow-base</artifactId>
   <packaging>bundle</packaging>
index 61c9c8cfdc1c4423ba93999b3792f22557268747..c7d6c6f5b1d88713d6d9b6b46ba2a46bfc46bf2c 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin.model</groupId>
     <artifactId>model-parent</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>model-flow-service</artifactId>
   <packaging>bundle</packaging>
index 2b19aca51293ac0cebf435d310ab61d284dfa5d9..5f92263ab926b648642c990b197b3d240ed45363 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin.model</groupId>
     <artifactId>model-parent</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>model-flow-statistics</artifactId>
   <packaging>bundle</packaging>
index 69daf5c90ba441c1bcc656a4ca05d4e64341f698..1dcacce5617c9259740b649a1b7ddb59ea9098a3 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
   <groupId>org.opendaylight.openflowplugin.model</groupId>
index fe60fb51e74ccb222d8cb7e4c23d856c9c1a1300..a6d4849f0c3144f9e8fc3929e8a1db54e1d29a98 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a46c09840e8afae481c9ac4585d3ee950b928f49..4f86d5bdbd9881be4e13b7a7cdf021984ccd0ffe 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-parent</artifactId>
-      <version>0.3.1-SNAPSHOT</version>
+      <version>0.3.2-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
     </parent>
 
index 6e5f654140296fcb6986363b36c913b2238e8a52..85f227ab993aa2446201018ee980991e84364930 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-parent</artifactId>
-      <version>0.3.1-SNAPSHOT</version>
+      <version>0.3.2-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
     </parent>
 
index b4474c3511f3f0c105a312ab8d1f0da2d7019b91..8b69a3a3bcf8a2de1ba833d917bea58ed8b4c2aa 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e886c3d1b823e5492baef485bbba32de956d9183..66f83c585061b797ff70748eefa867cacc4246de 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-parent</artifactId>
-      <version>0.3.1-SNAPSHOT</version>
+      <version>0.3.2-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
     </parent>
 
index 2f0a241e20321c2aead633e2c9df179b4e1d7248..27ba0833db7b21a1c2701bbecc43ba2befc624f1 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e925bed20b95ab8d6d643d67c2d6a4c2ddd4f773..b222eb9b117c523bcf3707ed3ebcdd5d6829cfad 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index b00214032d129d6c32403288726cc93ca2eaecce..bc53c091d1a859730238f91136c5244877da865a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f9c236afdec83900ff1ce4fced4c83a37a38afab..709c72f719c17f667bf4bddf6b774e5915bc588d 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <scm>
 
     <properties>
         <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
-        <openflowjava.version>0.8.1-SNAPSHOT</openflowjava.version>
-        <openflowplugin.version>0.3.1-SNAPSHOT</openflowplugin.version>
-        <sal.api.version>0.11.1-SNAPSHOT</sal.api.version>
+        <openflowjava.version>0.8.2-SNAPSHOT</openflowjava.version>
+        <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
+        <sal.api.version>0.11.2-SNAPSHOT</sal.api.version>
         <jmxGeneratorPath>target/generated-sources/config</jmxGeneratorPath>
         <salGeneratorPath>target/generated-sources/sal</salGeneratorPath>
         <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-        <controller.distribution.version>0.4.1-SNAPSHOT</controller.distribution.version>
+        <controller.distribution.version>0.4.2-SNAPSHOT</controller.distribution.version>
 
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
+        <config.version>0.5.2-SNAPSHOT</config.version>
+        <mdsal.version>1.4.2-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.9.2-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.0.2-SNAPSHOT</yangtools.version>
     </properties>
 
     <dependencyManagement>
@@ -65,7 +65,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>2.1.1-SNAPSHOT</version>
+                <version>2.1.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 139c3bd528e2c9407aade8c0c60b96343fc0838f..4c5a73d6edd60f6ab29e3e6cb96e7e5c4ffa1f34 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-aggregator</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
index 4dd1dc85c90db1d26ec42ca513e63d026c4fafbc..05347658a317ac97e71cf37ff93a7383023ae238 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 683f72b737397fcc6f0facdc36bde862fa3639d7..0f9230a60cfb61398e72af4f3d876c16db7d0ea3 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>sample-consumer</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.3.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
index 9d0abe8f48019121f31751f6ab145e7de01156a9..ebef70ef9b99d4dccc1255f415d6318b6aa21855 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>test-common</artifactId>
index 9da59553e0576c17fb502f175eb7f8250b83bd7a..3a2c3fd24658b91ee14fab2b077bb50fefd162ee 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>test-provider</artifactId>