Bumping versions by 0.0.1 for next dev cycle 45/23345/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 Jun 2015 19:28:15 +0000 (15:28 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 Jun 2015 19:28:37 +0000 (15:28 -0400)
Change-Id: Ibcb1b844ee7bed5e7c48e0706663baaf884af7e4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.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
pom.xml
simple-client/pom.xml
util/pom.xml

index 955d9987c8b939f2c85dd948a88986ef319c425b..72d1540176729b605ddf71fd1943444574234849 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.0-Lithium</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 2ccbe8b9792559bde9e8eb408e75a08ffb6c21d6..33729723cf12c4c845d8ad7149a26e08efc82430 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.0-Lithium</version>
+    <version>1.5.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.0-Lithium</version>
+  <version>0.6.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.0-Lithium</config.version>
-    <mdsal.version>1.2.0-Lithium</mdsal.version>
-    <yangtools.version>0.7.0-Lithium</yangtools.version>
+    <config.version>0.3.1-SNAPSHOT</config.version>
+    <mdsal.version>1.2.1-SNAPSHOT</mdsal.version>
+    <yangtools.version>0.7.1-SNAPSHOT</yangtools.version>
   </properties>
 
   <dependencyManagement>
index 4d0db83489026f5b1d6cad3fa10b6c62b2bc731c..ff812abf852ed576df5c60935ee6116975008fa3 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index 4d9fefa260597a39187785b1b736d01a54ba989a..b5c6dfa784cdc07b00fc2f40b6fefc9f1bbd64ed 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index 10f7f1a49cfb759cd2c153e752741abfbe053ba6..43bb06d41d9a77aa1809408305c95de16ec79903 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index 8c4e3e59eb939001eb1caf4c17ed4971bc1ea7ba..e4938933c12ff52d4d714e7749aee816b62d8592 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index 7788ee29c88f3c2e936846d4d379166b7e3a1e4a..6abc0ac56a955cefaf4fca4d8be9b81cd745874c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index ec061e7dd153e6bff0b0c79ca40ccbef8bca6dc3..8f50b674d8059cc8d0ac86011c7e13a91c168e84 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.0-Lithium</version>
+        <version>1.5.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.0-Lithium</version>
+    <version>0.6.1-SNAPSHOT</version>
     <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
         <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.5.0-Lithium</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.1-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.0-Lithium</config.version>
-        <mdsal.version>1.2.0-Lithium</mdsal.version>
-        <yangtools.version>0.7.0-Lithium</yangtools.version>
+        <config.version>0.3.1-SNAPSHOT</config.version>
+        <mdsal.version>1.2.1-SNAPSHOT</mdsal.version>
+        <yangtools.version>0.7.1-SNAPSHOT</yangtools.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index 6b7f89fe8ec2297320063b633da542ca2d16598a..a6819bd9747cc4c1b40b55278a38e9b965276a40 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 177110a5369f9cbc7b6cb09aec0f47bd0e4c10d4..bb5c646a6f96aafbd7ee1a57fccb4fa919472982 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-Lithium</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>