Bumping versions by 0.0.1 after the Helium.1 release 21/12721/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 11 Nov 2014 03:51:35 +0000 (22:51 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 11 Nov 2014 03:52:45 +0000 (22:52 -0500)
Change-Id: Ia06dbc0712dcf694fc9262425859e2510dab072f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features/pom.xml
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
pom.xml
simple-client/pom.xml
util/pom.xml

index b5f19509746603aa0619128d625213ed119400a8..651aa0d1fdf41c76f772dc6c02e1ae82a58368bc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.5.1-Helium-SR1</version>
+    <version>0.5.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>features-openflowjava</artifactId>
@@ -13,8 +13,8 @@
 
   <properties>
     <features.file>features.xml</features.file>
-    <karaf.empty.distro.version>1.4.3-Helium-SR1</karaf.empty.distro.version>
-    <yangtools.version>0.6.3-Helium-SR1</yangtools.version>
+    <karaf.empty.distro.version>1.4.4-SNAPSHOT</karaf.empty.distro.version>
+    <yangtools.version>0.6.4-SNAPSHOT</yangtools.version>
   </properties>
 
   <dependencies>
index e64f22935b2eac4c1004ccb581a5dd9af276f00f..e3a1ab30ecc28390261b6aa7509400d828f42c57 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5.1-Helium-SR1</version>
+        <version>0.5.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
@@ -14,7 +14,7 @@
   </scm>
 
     <properties>
-        <yangtools.binding.version>0.6.3-Helium-SR1</yangtools.binding.version>
+        <yangtools.binding.version>0.6.4-SNAPSHOT</yangtools.binding.version>
     </properties>
 
     <build>
index 06690758981656684e938907bb716e7062a2950a..45ede89dbef8e5267dc2aa7d34e8148675d39499 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5.1-Helium-SR1</version>
+        <version>0.5.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
@@ -14,9 +14,9 @@
   </scm>
 
     <properties>
-        <yangtools.version>0.6.3-Helium-SR1</yangtools.version>
-        <yangtools.generator.version>0.6.3-Helium-SR1</yangtools.generator.version>
-        <yangtools.binding.version>0.6.3-Helium-SR1</yangtools.binding.version>
+        <yangtools.version>0.6.4-SNAPSHOT</yangtools.version>
+        <yangtools.generator.version>0.6.4-SNAPSHOT</yangtools.generator.version>
+        <yangtools.binding.version>0.6.4-SNAPSHOT</yangtools.binding.version>
     </properties>
     
     <build>
index 1fe72bf5a9716fad3c357ef5bd2bbd08dc1d97f2..a252d6cfaa4517f2acccd1e86b6c592acf811b98 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5.1-Helium-SR1</version>
+        <version>0.5.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index 55a449624d3ecb12bf378c820be95b886db5c145..52856410c25b7b13a9e1f6568c8eac2f9e36ee14 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5.1-Helium-SR1</version>
+        <version>0.5.2-SNAPSHOT</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 6604d13032af45d9092691a5db83cb8d6a7c0ceb..921f29906a17e9d85cab482b514490c7a75ec266 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.5.1-Helium-SR1</version>
+    <version>0.5.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modules>
         <module>openflow-protocol-api</module>
         <url.version>1.5.0</url.version>
         <enunciate.version>1.26.2</enunciate.version>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.4.3-Helium-SR1</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.4.4-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
         <sonar.branch>${user.name}-private-view</sonar.branch>
         <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
         <logback.version>1.0.9</logback.version>
         <slf4j.version>1.7.2</slf4j.version>
-        <yang.prototype.version>1.1.1-Helium-SR1</yang.prototype.version>
-        <ietf.model.version>2010.09.24.4.1-Helium-SR1</ietf.model.version>
-        <yang.ext.version>2013.09.07.4.1-Helium-SR1</yang.ext.version>
+        <yang.prototype.version>1.1.2-SNAPSHOT</yang.prototype.version>
+        <ietf.model.version>2010.09.24.4.2-SNAPSHOT</ietf.model.version>
+        <yang.ext.version>2013.09.07.4.2-SNAPSHOT</yang.ext.version>
         <maven.bundle.version>2.4.0</maven.bundle.version>
         <guava.version>14.0.1</guava.version> 
         <netty.version>4.0.23.Final</netty.version>
         <releaseplugin.version>2.3.2</releaseplugin.version>
-        <yangtools.version>0.6.3-Helium-SR1</yangtools.version>
-        <yangtools.generator.version>0.6.3-Helium-SR1</yangtools.generator.version>
-       <config.version>0.2.6-Helium-SR1</config.version>
+        <yangtools.version>0.6.4-SNAPSHOT</yangtools.version>
+        <yangtools.generator.version>0.6.4-SNAPSHOT</yangtools.generator.version>
+       <config.version>0.2.7-SNAPSHOT</config.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>config-api</artifactId>
-                <version>0.2.6-Helium-SR1</version>
+                <version>0.2.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
index 1765b046670622c90609d597e12f86d47a17d0e4..8b3d4dab65e605b8af55bb6e3b07f54dd46c1607 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5.1-Helium-SR1</version>
+        <version>0.5.2-SNAPSHOT</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 7827c5ace7d7f017ae23861685abc32d5bbe027f..cd30d832fc8eb4dadfc6144f715273fb6617bde7 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5.1-Helium-SR1</version>
+        <version>0.5.2-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>