Bump versions by x.y.(z+1) 61/64361/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 17 Oct 2017 01:39:43 +0000 (01:39 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 17 Oct 2017 01:39:43 +0000 (01:39 +0000)
Change-Id: Idc496a6f0a443dbe1cb7e36f269be905a0200520
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 dd508db5163c0a9429f715b84b8783f477b1e6e6..f947524c1bd3e98e54f479bbac4b9f4ab9489d8f 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.8.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.9.2-SNAPSHOT</version>
+    <version>0.9.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 40bf161d272395cb414faf7c6ae77d483999dec2..928f709c37b4e3ec3955e56d68da8b7aac5453c5 100644 (file)
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.8.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.9.2-SNAPSHOT</version>
+  <version>0.9.3-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.6.2-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.5.2-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.2.2-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
+    <config.version>0.6.3-SNAPSHOT</config.version>
+    <controller.mdsal.version>1.5.3-SNAPSHOT</controller.mdsal.version>
+    <mdsal.version>2.2.3-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.2-SNAPSHOT</version>
+        <version>1.8.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 739df23df054f41cb9921be0254d8302a1fe704f..d4ab841d38f7c003fb8856c77b050d4b0041fa86 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.8.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features4-openflowjava</artifactId>
-  <version>0.9.2-SNAPSHOT</version>
+  <version>0.9.3-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencies>
index d24fb54dd8df3047f4fde19c3c8443e1242ccd09..ff87b3761ddf60676b5532d05b8d413c43c8d7fd 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.2-SNAPSHOT</version>
+        <version>1.8.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-all</artifactId>
-    <version>0.9.2-SNAPSHOT</version>
+    <version>0.9.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: All</name>
index 9f135977a95f4910969709ed94a5bb3b14f46adb..d55d7af3500abe90b297b9bd3aca77788301ced6 100644 (file)
@@ -7,23 +7,23 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.2-SNAPSHOT</version>
+        <version>1.8.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-protocol</artifactId>
-    <version>0.9.2-SNAPSHOT</version>
+    <version>0.9.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: Protocol</name>
 
     <properties>
-        <config.version>0.6.2-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.2-SNAPSHOT</controller.mdsal.version>
-        <mdsal.version>2.2.2-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.8.2-SNAPSHOT</odlparent.netty>
+        <config.version>0.6.3-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.5.3-SNAPSHOT</controller.mdsal.version>
+        <mdsal.version>2.2.3-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
+        <odlparent.netty>1.8.3-SNAPSHOT</odlparent.netty>
     </properties>
 
 
index 479d7cb7415553a1d39fbd4f08a4371522ea9d36..e8d9c7ceaa20ba2b93c5e73ecbaa8aea518758f2 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.8.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.2-SNAPSHOT</version>
+  <version>0.9.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index ab1970de36fc1f84615d2c94268f1e4728d932cf..baa971773c6a0a482cb3148965198b198dfc3426 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.2-SNAPSHOT</version>
+        <version>0.10.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.9.2-SNAPSHOT</version>
+    <version>0.9.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.2.2-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.2.3-SNAPSHOT</mdsal.version>
+      <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 111e35c2b35b5023426a2f1e8179659b98cfb1ad..b2b523a89b825195dccbc526c3ed76f81a559344 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index f26cd7a32a759924ae65096f10ba0e54c5f4a9db..c6f6cff1b3d831ccdf94dfe58e133693649f6ed1 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 1aed544fd1e707e5b45f11a1938451ec3ce01a3b..3009e4cc777eb7249e109f8e14f4e5bb8a41cc27 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index 04136172f317b0920568a189fac3640d25c9c7ae..4a912191606adc58cfa3e2ddd893a2ad65d0b5bd 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-blueprint-config</artifactId>
index 462cb138329a03a8f0db751e2224cb864f876e27..745fbff3db791e9ac173911e528a2a0f2e3d7c60 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index ea0096a67c6261d9436bece0a6025c335d452176..27d074fbef4373060389e59d86e4d0c853d0dfa9 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index 915616d1ef5f060a46dc2dbd242dd0561d534923..d273b467c28cd63c1427ef2dd7a88ccbdd1a00e0 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.2-SNAPSHOT</version>
+        <version>1.8.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.9.2-SNAPSHOT</version>
+    <version>0.9.3-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.2-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.8.3-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.6.2-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.2-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.1.2-SNAPSHOT</yangtools.version>
+        <config.version>0.6.3-SNAPSHOT</config.version>
+        <controller.mdsal.version>1.5.3-SNAPSHOT</controller.mdsal.version>
+        <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.1.3-SNAPSHOT</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index e9c800ba85bc83fe8edf0ac2f48a978fcdb6221c..8ad6078f3c05ec209f57d4329ea8e1a75466fd98 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.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 26737bba2e42983bef3f157c9dfbb862679cd189..53891833e76baf34ae50cbacb442936e5afd9ad2 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>