Bump versions by x.y.(z+1) 61/59361/1 stable/boron
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 22 Jun 2017 05:48:07 +0000 (05:48 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 22 Jun 2017 05:48:07 +0000 (05:48 +0000)
Change-Id: I6c6b216acb09db56b2d7677b7fe85683ea5cdff9
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
artifacts/pom.xml
features/pom.xml
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
openflowjava-config/pom.xml
openflowjava-util/pom.xml
parent/pom.xml
pom.xml
simple-client/pom.xml

index c2d419527dbd74e3eeb0146a937387c3911c02be..1a1af3aff9d7488e161349dfcc8405561afc1ef1 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.4-SNAPSHOT</version>
+    <version>1.7.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.8.4-SNAPSHOT</version>
+    <version>0.8.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index da21382c0f98186770f536db518e056de560cef3..05fb4a20b8f4bead3a18fbe63fc79cf85c8d4b3b 100644 (file)
@@ -4,21 +4,21 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.4-SNAPSHOT</version>
+    <version>1.7.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.8.4-SNAPSHOT</version>
+  <version>0.8.5-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.5.4-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.4.4-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.1.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.4.4-SNAPSHOT</controller.mdsal.version>
-    <mdsal.model.version>0.9.4-SNAPSHOT</mdsal.model.version>
+    <config.version>0.5.5-SNAPSHOT</config.version>
+    <controller.mdsal.version>1.4.5-SNAPSHOT</controller.mdsal.version>
+    <mdsal.version>2.1.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.4.5-SNAPSHOT</controller.mdsal.version>
+    <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -36,7 +36,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 718b05f4cdea238883079ffc02130cc555090d84..e4c6f7013b5f6d32d2d743e2998feb4adad9f084 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.8.4-SNAPSHOT</version>
+    <version>0.8.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.1.4-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.9.4-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.1.5-SNAPSHOT</mdsal.version>
+      <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 1b4439247570a12ecb1fc4c555a33b8e1300323f..89b2c63de46946848ccf3b700f8f864956516dcb 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index 239d24ac4c33053147bb37573ef818c35a9a9977..8bb9cd38cef39dd5e81375104d8906c5831b5700 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 185c127deda03c7708bf13e86ab3a81b1afc8d1c..6445d73cd89ea62fc079284bd1f9c28ed1e17de4 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index 0af9b1d316cd60da2cd9dc742fcf809f6451c53f..e383d1561cc49b829df3f5d59c0d8dceae0b21ca 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index 2f164137d5faa39aef5f253701d6027c2ad547e6..41c8a08025446d53b15d1fa805312f0a40caab2c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index dfb17af5f60b11fc2bf0df6962bb1b82b9806110..53fe86851514e23a872018403df030def49cc117 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.8.4-SNAPSHOT</version>
+    <version>0.8.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.7.4-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.7.5-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.5.4-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.4.4-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.9.4-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.0.4-SNAPSHOT</yangtools.version>
+        <config.version>0.5.5-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.4.5-SNAPSHOT</controller.mdsal.version>
+        <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
     </properties>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index ab29a2c37ae4bce2914f5e069fe8b43beb26ab66..ee370a10d3ac20e395932ae28171ce1645d83bb7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 08a0fbb64fac83fbbe78c2fc3a46d8bbe990ea65..9f13e578cac53dac0f4053709bfd56e0e2c268e3 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>