Bump versions by x.y.(z+1) 26/82626/1 stable/fluorine
authorjenkins-releng <[email protected]>
Thu, 20 Jun 2019 21:11:16 +0000 (21:11 +0000)
committerjenkins-releng <[email protected]>
Thu, 20 Jun 2019 21:11:16 +0000 (21:11 +0000)
Change-Id: Ic26a01fa25c2015684235f4d19fa8ce99380c326
Signed-off-by: jenkins-releng <[email protected]>
47 files changed:
artifacts/pom.xml
features/features4-sfc/pom.xml
features/odl-sfc-genius/pom.xml
features/odl-sfc-ios-xe-renderer/pom.xml
features/odl-sfc-model/pom.xml
features/odl-sfc-netconf/pom.xml
features/odl-sfc-openflow-renderer/pom.xml
features/odl-sfc-ovs/pom.xml
features/odl-sfc-pot-netconf-renderer/pom.xml
features/odl-sfc-pot/pom.xml
features/odl-sfc-provider-rest/pom.xml
features/odl-sfc-provider/pom.xml
features/odl-sfc-sb-rest/pom.xml
features/odl-sfc-scf-openflow/pom.xml
features/odl-sfc-scf-vpp/pom.xml
features/odl-sfc-shell/pom.xml
features/odl-sfc-statistics/pom.xml
features/odl-sfc-vnfm-tacker/pom.xml
features/odl-sfc-vpp-renderer/pom.xml
features/odl-sfclisp/pom.xml
features/pom.xml
karaf/pom.xml
pom.xml
sfc-classifiers/pom.xml
sfc-classifiers/sfc-scf-openflow/pom.xml
sfc-classifiers/sfc-scf-vpp/pom.xml
sfc-genius/pom.xml
sfc-model/pom.xml
sfc-netconf/pom.xml
sfc-ovs/pom.xml
sfc-pot/pom.xml
sfc-provider/pom.xml
sfc-renderers/pom.xml
sfc-renderers/sfc-ios-xe-renderer/pom.xml
sfc-renderers/sfc-openflow-renderer/pom.xml
sfc-renderers/sfc-pot-netconf-renderer/pom.xml
sfc-renderers/sfc-vpp-renderer/pom.xml
sfc-sb-rest/pom.xml
sfc-shell/pom.xml
sfc-statistics/pom.xml
sfc-util/pom.xml
sfc-util/sfc-genius-utils/pom.xml
sfc-util/sfc-openflow-utils/pom.xml
sfc-util/sfc-vpp-utils/pom.xml
sfc-vnfm-spi/pom.xml
sfc-vnfm-tacker/pom.xml
sfclisp/pom.xml

index 9a195ef3f51f32b08a5870644f127e9476313bb5..67fa2e8d8575426641cac18ab62aaa87ab0085c8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-artifacts</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index b29008d4fab3f80370c4b90936240d3bfdc0098c..90894d04aaf44fe6513080cfbe756c6181005bd8 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>features4-sfc</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
index d9c76aa7f5ac459f2d332d710beaa6c1086bcfb9..176b21a61abbbefe36ced97f3c791fcc12b48a23 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-genius</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius</artifactId>
-            <version>0.5.3-SNAPSHOT</version>
+            <version>0.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-tools</artifactId>
-            <version>0.2.3-SNAPSHOT</version>
+            <version>0.2.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 7e2672b6aa8f5f3fdef89266191c654a3f58c582..c14df613b14083c49da4fb04aa9f5b49a7faaacc 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-ios-xe-renderer</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -27,7 +27,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-connector</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 57f93362df3660d100706dafb6ba6b7dfc09c35e..790fe12d48d2e3879c137472b37e4ea82184f6c0 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-model</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.13.3-SNAPSHOT</version>
+                <version>0.13.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
-            <version>1.7.3-SNAPSHOT</version>
+            <version>1.7.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 4a520608998cfb88b2785ea9ad494750a7eb82a8..d478ea57daf77e53fb14ca63dce7bb96a2a806fc 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-netconf</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-connector</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 0bee02167a11fe2914eb279576c22e3d26e17d11..a98a2b684576e0112ec1f9a04aa4a5fb5471e448 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-openflow-renderer</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-flow-services</artifactId>
-            <version>0.7.3-SNAPSHOT</version>
+            <version>0.7.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.7.3-SNAPSHOT</version>
+            <version>0.7.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 25d51b881e0b628be93dacb88ffaf3f3baacf526..f31f959ea1316a2fc2bf379550c055d6470d92de 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-ovs</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>odl-ovsdb-southbound-impl</artifactId>
-            <version>1.7.3-SNAPSHOT</version>
+            <version>1.7.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index c95b2588a65130d419e29b38c3b361e5e62bfc44..887921573124a52efbd2e6b417f64664990fd2ca 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-pot-netconf-renderer</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
index 7b667ca56aebe588457faa5d76fbeafe3911c511..c552bfee493130fafc30ae28dd626be8f6fb9388 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-pot</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-connector</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 019e2afa81aa489aa47cd1875800e60650bf6361..0e38c274014d7633a0525ed83e421d0ecdb23a0b 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-provider-rest</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 07e29f63c056a98ac3646ffcbac8f6a082d22f3a..47378b15a7f550b80acaac09be7f7d1513a5b275 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-provider</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-tools</artifactId>
-            <version>0.2.3-SNAPSHOT</version>
+            <version>0.2.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index de080679eca004b2a06b42e53c50811faf634204..cea088df9f5d39fd48417561bb6e7055f18bf958 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-sb-rest</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
index 16633a3214dd428e58629ad85fbacc24c862e74c..09a0ed73997eca5b3ae77f272ba2af387086150d 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-scf-openflow</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-flow-services</artifactId>
-            <version>0.7.3-SNAPSHOT</version>
+            <version>0.7.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.7.3-SNAPSHOT</version>
+            <version>0.7.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 3ec8fe5bc321d6ec8cbf81c27dc627cf29d92162..7336ee9a2034dba0a1bee921445f386fdfae6c40 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-scf-vpp</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-connector-all</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-tcp</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-topology</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 07470db06cc426d16c7dfb6eac4cf0db387a65e1..2fd5710189727c07abe144c5ba3cf8652fcfae4d 100644 (file)
@@ -20,7 +20,7 @@
 
   <groupId>org.opendaylight.sfc</groupId>
   <artifactId>odl-sfc-shell</artifactId>
-  <version>0.8.3-SNAPSHOT</version>
+  <version>0.8.4-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ODL :: sfc :: ${project.artifactId}</name>
 
index dc97d7167b3636f3c51fa9531fce2c520cee4e00..ca0ea969717bbe9fa45b9f8d01250850c2bda0c7 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-statistics</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
@@ -28,7 +28,7 @@
          <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 02e0a99f3595c6cdd11d6ce1ff4c6af28aacdbb9..980c0b1cb6be99a952adf21d776bf1db511f2dad 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-vnfm-tacker</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>odl-aaa-web</artifactId>
-            <version>0.8.3-SNAPSHOT</version>
+            <version>0.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index a8574877b8ca3898805db97666963f04e33536f0..d10c7d6379ef7b0342253b134879a2a7f1e4686d 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfc-vpp-renderer</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-connector-all</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-tcp</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-topology</artifactId>
-            <version>1.5.3-SNAPSHOT</version>
+            <version>1.5.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index b70a96efe7b4f28ff371e77c40506cf7396233b1..5a585121df2dbd0b73db9f7ada7529f3ee780d24 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>odl-sfclisp</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
         <dependency>
             <groupId>org.opendaylight.lispflowmapping</groupId>
             <artifactId>odl-lispflowmapping-mappingservice</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.lispflowmapping</groupId>
             <artifactId>odl-lispflowmapping-southbound</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>1.8.4-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index bb0fb96942e4cb648897db8bfe06fa1a2bc55452..d69767141e561454ae73d376bbaff49d3efeba86 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>features-aggregator</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: sfc :: ${project.artifactId}</name>
 
index 03dde4c28d53ca08bcc0b62808880f16e520fc81..6781b73256305213f68e0e3d6cbcad41baf694f4 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.sfc</groupId>
   <artifactId>sfc-karaf</artifactId>
-  <version>0.8.3-SNAPSHOT</version>
+  <version>0.8.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
diff --git a/pom.xml b/pom.xml
index 3a74eadc02f928ff7a0928bdb3a92420227150ad..bc5a6ea0e94d92741439f207938c3d74e7a7ce40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.13.3-SNAPSHOT</version>
+    <version>0.13.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.sfc</groupId>
   <artifactId>sfc-parent</artifactId>
-  <version>0.8.3-SNAPSHOT</version>
+  <version>0.8.4-SNAPSHOT</version>
   <name>sfc</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
 
     <!-- Build Plugin Versions -->
     <karaf.maven.version>3.0.1</karaf.maven.version>
 
-    <config.version>0.9.3-SNAPSHOT</config.version>
-    <mdsal.version>1.8.3-SNAPSHOT</mdsal.version>
-    <netconf.parent.version>1.5.3-SNAPSHOT</netconf.parent.version>
-    <restconf.version>1.8.3-SNAPSHOT</restconf.version>
+    <config.version>0.9.4-SNAPSHOT</config.version>
+    <mdsal.version>1.8.4-SNAPSHOT</mdsal.version>
+    <netconf.parent.version>1.5.4-SNAPSHOT</netconf.parent.version>
+    <restconf.version>1.8.4-SNAPSHOT</restconf.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <mdsal.model.version>0.13.3-SNAPSHOT</mdsal.model.version>
-    <lispflowmapping.version>1.8.3-SNAPSHOT</lispflowmapping.version>
-    <ovsdb.southbound.version>1.7.3-SNAPSHOT</ovsdb.southbound.version>
-    <l2switch.version>0.8.3-SNAPSHOT</l2switch.version>
-    <genius.version>0.5.3-SNAPSHOT</genius.version>
-    <serviceutils.version>0.2.3-SNAPSHOT</serviceutils.version>
-    <infrautils.version>1.4.3-SNAPSHOT</infrautils.version>
+    <mdsal.model.version>0.13.4-SNAPSHOT</mdsal.model.version>
+    <lispflowmapping.version>1.8.4-SNAPSHOT</lispflowmapping.version>
+    <ovsdb.southbound.version>1.7.4-SNAPSHOT</ovsdb.southbound.version>
+    <l2switch.version>0.8.4-SNAPSHOT</l2switch.version>
+    <genius.version>0.5.4-SNAPSHOT</genius.version>
+    <serviceutils.version>0.2.4-SNAPSHOT</serviceutils.version>
+    <infrautils.version>1.4.4-SNAPSHOT</infrautils.version>
 
     <!-- Supporting Libraries -->
-    <feature.openflowplugin.version>0.7.3-SNAPSHOT</feature.openflowplugin.version>
-    <openflowplugin.version>0.7.3-SNAPSHOT</openflowplugin.version>
+    <feature.openflowplugin.version>0.7.4-SNAPSHOT</feature.openflowplugin.version>
+    <openflowplugin.version>0.7.4-SNAPSHOT</openflowplugin.version>
 
-    <branding.version>1.7.3-SNAPSHOT</branding.version>
+    <branding.version>1.7.4-SNAPSHOT</branding.version>
     <pax.logging.service.version>1.8.2</pax.logging.service.version>
     <pax.logging.api.version>1.8.2</pax.logging.api.version>
 
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>2.5.3-SNAPSHOT</version>
+        <version>2.5.4-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 452d3db319958267ebe9455292dc45ae0d80bf5a..f93dd594f01d7b017429ddf961217c3df5e4e518 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-parent</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index 5f7e6af893ccbb15b1af7f094c348929449d0e09..ee028a869e381d592da7868245dde2189ce9a7e0 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-classifiers</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>sfc-scf-openflow</artifactId>
index 3d8edbc48e345250e3f0938530ecac5a5b4cb901..0fd244b7569d0811696a5ff067e9b0ad39200aa9 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-classifiers</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>sfc-scf-vpp</artifactId>
index 44ab6d11ec701203dfc7ae3967cd8d82cd1e67fe..d7946c07c7773121d31fc33081448507e7a5f39e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>sfc-parent</artifactId>
     <groupId>org.opendaylight.sfc</groupId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>sfc-genius</artifactId>
index b5253957935f296b6277f6b7b69a6e0a4c1f335e..47f22307ee36c1d772380ad246191b7f9a9b1851 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.13.3-SNAPSHOT</version>
+    <version>0.13.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.sfc</groupId>
   <artifactId>sfc-model</artifactId>
-  <version>0.8.3-SNAPSHOT</version>
+  <version>0.8.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -22,7 +22,7 @@
       <dependency>
         <groupId>org.opendaylight.ovsdb</groupId>
         <artifactId>southbound-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.4-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 9742cee1af6f61f22e7a594f965a53ce84e4a0ad..32a79aff0683ab4c540b80b4ea61ba12f73d7e1e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 6d1c98de26018eeb66910ceac9036dcaa73c24fd..ea6a1fe5067b4f485190cea9a4a5c06f8bc50246 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 1931c4644d6c7a37da23287dad5b59e5fce8be60..8a89d62b881657fe6684f8bb50c4aa980b34d364 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 6ee085f2c55a5cd715179d015d566fcbad8d12d0..dd60b2af383e540e676ee73851b1486ffc632fd8 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-parent</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index ed24bb2fcbbbee6b025b6c1f45dc1112b9b84cfc..9ada39b3c0a9c2179caf30b44f97978364cc38e6 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-parent</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index 26b07da986ea8359e61edb579170784f253f541f..1817290f3072947a13aacfa0de6a185a9b485e61 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-renderers</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index a2a22b001972cf2186a8911673207b1df5572cb2..80affaac781752805722153646ca1bd705b39721 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-renderers</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index ea9fa1289c5559b408e46d52c278dd20d9097cf7..249a2c9f6e35f370c4d9e146f58c2f7804953af7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-renderers</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 6a161b0f7281d21b558b41fafe5c2686c7701c26..105614f7a7536b314fae7ae67bc68b2418fa6173 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-renderers</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index 511cca80c666376fdc5d40f1bda6d05f86117662..c9c03319be2e26b5f27bcd05f6638123832f1f86 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index b730797172a26ed7a80e06e2d090485228f610a3..d230d101a84af35942715565f6e557b138d31ae2 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 85f3e4833b68dbf6aae492e1dde0af63fd7c2bd0..62b24008005aed1e93416b9bc2c9321a4883d422 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 3ed7a85e345df048d1c13018d63236f892f30f29..b6fd6dfc74589b754c4cca9598f769b00fa96a8d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-parent</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
index 386fbd0fa1d592f0f19c4572ed1613795b0e8c47..293d8f71eb384b2be4d401962a167f1a11bed466 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-util-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index ac8e86428e762c0823709dd5766ed7914d646d3f..58a64901591845c504f4421336cb2eec4fc4700a 100755 (executable)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-util-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 8144860d3c88fce0acf1321aea431f3a86bcd2f1..9f6c37ebf21b4179135d7eebc02ea621d317cc02 100755 (executable)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-util-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 4e6fafdfa32e19711a9c81e386153107be3f6070..5611163f8492ea0fbe7f58756833b1715e808582 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index f12b15d421eb34ffc285258fe8473293b82166b8..dadddff3f886b96b99dc2bc32a0ee7482847d9fd 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.sfc</groupId>
         <artifactId>sfc-parent</artifactId>
-        <version>0.8.3-SNAPSHOT</version>
+        <version>0.8.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
index a3921577543a997d7bb04a78d2a03490944ad443..ff087facb53a78434b84a45ca75bf7a484861a6b 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.opendaylight.sfc</groupId>
     <artifactId>sfc-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>sfclisp</artifactId>