Bump versions by x.y.(z+1) 76/71476/1 stable/carbon
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:55 +0000 (22:04 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:55 +0000 (22:04 +0000)
Change-Id: Ie3aa5044bbe62c2df10a9d2a786af487be5107db
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
16 files changed:
artifacts/pom.xml
features/features-openflowjava/pom.xml
features/features4-openflowjava/pom.xml
features/odl-openflowjava-all/pom.xml
features/odl-openflowjava-protocol/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-blueprint-config/pom.xml
openflowjava-config/pom.xml
openflowjava-util/pom.xml
parent/pom.xml
pom.xml
simple-client/pom.xml

index 09c957b8b42b451e759497ecdfcc326673b7681c..b661aafe3dae58613caf3c7002f2792f829d1c6b 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index a6601ee567e40c70a4b82a8b36fe4ba949217646..1141faaff8f10e5522f7cd8e3602024cf5a987da 100644 (file)
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.9.4-SNAPSHOT</version>
+  <version>0.9.5-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.6.4-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.2.4-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
+    <config.version>0.6.5-SNAPSHOT</config.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <mdsal.version>2.2.5-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 0b4e1cb47437367c09b2e8b5950057dea46d8e48..5aab0b4fe3da71baf9349ceb7e2a63ae725cb375 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features4-openflowjava</artifactId>
-  <version>0.9.4-SNAPSHOT</version>
+  <version>0.9.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencies>
index 82773601c26824f857cd0ec0f116ee7d5eac0d80..d15af993810a909e1abcaaf96b49d004c7a8e896 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-all</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: All</name>
index d4b87415f6b1bd3f54015fb5e6a4ef6c10e0bcec..2e1ae68c3b928378cd3f3c282ec69027131d1a18 100644 (file)
@@ -7,23 +7,23 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-protocol</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: Protocol</name>
 
     <properties>
-        <config.version>0.6.4-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-        <mdsal.version>2.2.4-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.8.4-SNAPSHOT</odlparent.netty>
+        <config.version>0.6.5-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+        <mdsal.version>2.2.5-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+        <odlparent.netty>1.8.5-SNAPSHOT</odlparent.netty>
     </properties>
 
 
index 8c71c4aa41857780688124545130148c55054262..410784c6300b219b4508ac0429af03efc60c85d6 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.4-SNAPSHOT</version>
+  <version>0.9.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index d8bddff6fbe6b1da4c7339400e06732658a279b6..c02a1fd19338d48ab283c3745f0be57789b3fef8 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.4-SNAPSHOT</version>
+        <version>0.10.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.2.4-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.2.5-SNAPSHOT</mdsal.version>
+      <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 2ea9d97125cb61f28ad929ffede316de08ac8e9b..c50d485e42f73f7af12f521b2b14e22b098fb2b4 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index 4cfb2e71f569b420a5c1e3b0be0603e1acbfb67e..cbf0a9cca5d1ec2c8644455783ddc6fcc3e6ba17 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 6f7aee5b2476f14b391dcebd9639cbef48e9b30b..1226efd370d5cecd4319f1c84bf2d36cb8b3521c 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index 0eb7472986ceca584b7c8e1f961c2f8d3864e681..43f7832c9510d34d1f28bf62c91f282f94adf28d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-blueprint-config</artifactId>
index 458d81c3ac81fa5e25e3b9cb0b2acddd2459f4b7..ebcde88f225da1823677367f99e116a2358a80c8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index 6f3064585fc2a8d537c2aa2d37ebc013f9206219..74a192ffcb6e0f7a1e0ca55ed0da7ea132588b10 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index f25052c6912a5a500585fd7bb54df9654ddcc65d..9fd4b9f742cefb00213e32da9fa16fe025d976b1 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.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.8.4-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.8.5-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.6.4-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
+        <config.version>0.6.5-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+        <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 2fe183a740fa035d3691a99af03be18b6816fead..8088d7ac90ffddf4941c45651c6fc42c792b311b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 4c3cc6e7389e8acd9be38d7d8c6dc08f180c0149..44e57c0a8175dfd7c1d7b2d2b3c52a33eff945a2 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>