Bumping versions by 0.0.1 for next dev cycle 23/30623/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Dec 2015 22:02:16 +0000 (17:02 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Dec 2015 22:02:16 +0000 (17:02 -0500)
Change-Id: Id5e01a5f26ea2e93d2e28544ac817c60d83a4463
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 4077aacd8c79f2d81b365c2f5e461ef022dc2b96..afcd6e75f6ba6e37fbcf50bb3781abb017fcd5d0 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.3-Lithium-SR3</version>
+    <version>0.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index a664bb128c2111767cbdf5f8f410d42d030bed41..204c76802072b72751cfdac48e0166206e7e2d51 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.3-Lithium-SR3</version>
+    <version>1.5.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.3-Lithium-SR3</version>
+  <version>0.6.4-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.3-Lithium-SR3</config.version>
-    <mdsal.version>1.2.3-Lithium-SR3</mdsal.version>
-    <yangtools.version>0.7.3-Lithium-SR3</yangtools.version>
+    <config.version>0.3.4-SNAPSHOT</config.version>
+    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
+    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
   </properties>
 
   <dependencyManagement>
index 3364604cfa1f61eb58d9e55d11c1fd4e5d2ff669..c71b32579b8592099e693863c395859db67bad0f 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index cc476989b51e3e85c24072c007baca5fc703ce58..5f14ff300dd550d268077ee300182e232411936c 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index 8d52a96fa247306ca7194e21b7f52d52357a2137..8d4cde64945b12ffd90877a6f4024430702781a9 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index c8d8ea8b0152ed130280593c09fd484ede9837dc..563fb519cd395be9acf1ba82e348ea46c3bb70d6 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index 11c5b6a255b24f7c832b3e95f8075a2b9c6e2409..3ef6bacbc7f56070430bc647cc47bc2310cafe15 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index 6e581309503f93a87b579cc40ce0acb0e71ed7be..ee01d89d369c81071798209bd031b6640ee66f63 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.3-Lithium-SR3</version>
+        <version>1.5.4-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.3-Lithium-SR3</version>
+    <version>0.6.4-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.3-Lithium-SR3</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.4-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.3-Lithium-SR3</config.version>
-        <mdsal.version>1.2.3-Lithium-SR3</mdsal.version>
-        <yangtools.version>0.7.3-Lithium-SR3</yangtools.version>
+        <config.version>0.3.4-SNAPSHOT</config.version>
+        <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
+        <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index 8bd79e28069f9f02dbaffb1bd984636d9bf06d76..34670c08c5dd80075059c9a85e9848b53ff9d1de 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 8872e0156b4969e2b5ea487ba88acfa38873c036..94514383cbaada019662849392db98b213c22233 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-Lithium-SR3</version>
+        <version>0.6.4-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>