Bump versions by x.y.(z+1) 64/57864/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 May 2017 18:18:08 +0000 (18:18 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 May 2017 21:43:55 +0000 (21:43 +0000)
Change-Id: I98f47531557d90fe1f32bb9c5e058ce95ea54822
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 a54a33e0b64f79d620e94ee875b596101e32a3c9..7c1fe628f8db87209799fe5401673cafe9bbe296 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index e14cb2aee163aff94b04613b235f305b07168cd6..badd77cff7747bf40e0deb567c98b57a363c16df 100644 (file)
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.6.0-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <config.version>0.6.1-SNAPSHOT</config.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <mdsal.version>2.2.1-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a5a28e6def2441dc0740abb3d5c1a60a0d184d65..c02f3bc977fb845637dbe7379bc31ffd10699b45 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features4-openflowjava</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencies>
index 67a750e42b9813f41cfcdc27e63ed539e89921bc..0edeed0a00a99f9f588d25b485343c5d5b48a216 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-all</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: All</name>
index e709f7523852005939482a3e045728c7c5562c6a..8b8fa574e4aff40f2c5a22a422ea1ac570686663 100644 (file)
@@ -7,23 +7,23 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-protocol</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: Protocol</name>
 
     <properties>
-        <config.version>0.6.0-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-        <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.8.0-SNAPSHOT</odlparent.netty>
+        <config.version>0.6.1-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+        <mdsal.version>2.2.1-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+        <odlparent.netty>1.8.1-SNAPSHOT</odlparent.netty>
     </properties>
 
 
index a1ef0fd94b0b851ab34479acf432108cb58ff152..ca61fb52aa97e413c41dd26b5d3b287d9db09d87 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index 7eb1582107f3d12f8b3da651590bd5ef274d0dea..e73cbd590eddcc7207ea43af0ae21bc3e7b407e7 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.10.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.2.1-SNAPSHOT</mdsal.version>
+      <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 35c45c92a980a9bbbdb43b023b3ab3e755727c81..5307e84de8e6e45152b20789b978545a5cf72e37 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index b93ba9e62468bc09f704edd26bb5d3f795ffbd80..82edb52e7b805289432db98a99a174c1e7b94e44 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 42dcab3ffb9b4c6306d2e73786362b10ee785e99..577bc4afd8c244963b096c4d2be5bfa1225b1c20 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index c3e6c6ca4a2d708ee03cf60fe933b278fcc3731b..220bd309ea2bff72a8f3bd7bd9107bf5e9c91eeb 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-blueprint-config</artifactId>
index 1f7bc3e0554364193f9102422ce1aa8ea4662e2f..700c8fdeca7765a213fdd97c87c70afad7f19007 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index 27ffc9bc5bcb0d24f60fc60a1f079bbd344d6c43..e38102d709139d1f226f2f145543b5bbf782fd19 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index 1d42e3794d67c411751aa90bd50f2f71ea92ab43..c90f64dccf20e56fedc0370b1cceb5eb860bba20 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-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.0-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.8.1-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.6.0-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
+        <config.version>0.6.1-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+        <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 0ed9835234a8cb4e727cbb5773d04213b61fcb64..625fcb9338d387260048f6802f3e4917d22219cf 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.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 76dd357561e0b863de93d4e6c3eb20cb5f3ca844..0be731cd5e7b27a58f9af853e98163d1c96be7a7 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>