Bumping versions by 0.0.1 after the Lithium SR1 release 97/25697/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 22 Aug 2015 17:12:10 +0000 (13:12 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 22 Aug 2015 17:12:10 +0000 (13:12 -0400)
Change-Id: Idddd79c6d50eec1797a2212c2e9a351826783aa4
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 68615ac91c2e73115fd18ecaac01f33f64bf873b..7be54ff40fa87fcf6bdb053d2bab33a720b136eb 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.1-Lithium-SR1</version>
+    <version>0.6.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 9ef69727a759e2b1d653883467e13926a2819784..b35aa7af7a4717ec7e5fa774d3b36985799290cb 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.1-Lithium-SR1</version>
+    <version>1.5.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.1-Lithium-SR1</version>
+  <version>0.6.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.1-Lithium-SR1</config.version>
-    <mdsal.version>1.2.1-Lithium-SR1</mdsal.version>
-    <yangtools.version>0.7.1-Lithium-SR1</yangtools.version>
+    <config.version>0.3.2-SNAPSHOT</config.version>
+    <mdsal.version>1.2.2-SNAPSHOT</mdsal.version>
+    <yangtools.version>0.7.2-SNAPSHOT</yangtools.version>
   </properties>
 
   <dependencyManagement>
index 27513c145566cceb573a91b9909de1068c7e3a8e..a06de0df0e5745e8f4ad6e076393e39c16166092 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index 2507e5c90b465bf2e4924ebc1d71891856a125aa..25039980035c92ca189419cbc424f97e5e5ffa77 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index d20cbad8228e4c341f0b7380e691fa7f2c492917..f8a67c190d883861e08518666ecb123fb833c41c 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index 8022a04c63835fccb0b17cb2700732d2920de1e8..fe174436e51ba96e3ee08f4154a4f17315b2227c 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index 530b50f24d354a0af18fc12fcf9401b0756fb643..119d9b1598441a2349b104e526b88999329e3727 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index db935faba0650b7228be200f739cea1f5cb41d0b..e3fe195de051795f0698bc1ea423ea4c62e0c4a5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.1-Lithium-SR1</version>
+        <version>1.5.2-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.1-Lithium-SR1</version>
+    <version>0.6.2-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.1-Lithium-SR1</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.2-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.1-Lithium-SR1</config.version>
-        <mdsal.version>1.2.1-Lithium-SR1</mdsal.version>
-        <yangtools.version>0.7.1-Lithium-SR1</yangtools.version>
+        <config.version>0.3.2-SNAPSHOT</config.version>
+        <mdsal.version>1.2.2-SNAPSHOT</mdsal.version>
+        <yangtools.version>0.7.2-SNAPSHOT</yangtools.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index bbde4ebccff37ef393d630d5f5d51b5d72e7bd15..4f7b8dfa958c34e46114bc095cf50ae6a9d17d75 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 4a4d781dd1e57fc956c1de7bc4d7335537fa2b0f..819d642dcc52356ec6f945444b1e64cf13703ca8 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-Lithium-SR1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>