Applying the helium release patch for Openflow Protocol Library 53/11753/1 release/helium
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 6 Oct 2014 09:40:12 +0000 (11:40 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 6 Oct 2014 09:45:10 +0000 (11:45 +0200)
Change-Id: Ia29127e7d2f6ea6e31250ae401e4c2e33a0c7971
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
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 1ec17d83228c6d4c113e1a174dfe3fedeb93754c..dbe676a61e016c12f9a41115267fb09877d7cff7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5-Helium</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.2-SNAPSHOT</karaf.empty.distro.version>
-    <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
+    <karaf.empty.distro.version>1.4.2-Helium</karaf.empty.distro.version>
+    <yangtools.version>0.6.2-Helium</yangtools.version>
   </properties>
 
   <dependencies>
index d7cdea82471aefdb04eca6878b58961dee38fb6e..04006d4610e95ef8fdc18409e32c658241deeac4 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5-Helium</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
@@ -14,7 +14,7 @@
   </scm>
 
     <properties>
-        <yangtools.binding.version>0.6.2-SNAPSHOT</yangtools.binding.version>
+        <yangtools.binding.version>0.6.2-Helium</yangtools.binding.version>
     </properties>
 
     <build>
index ca5eb1e9d45bd4d2ad9fa1d546ef6bde3c7e79ad..dfe2fa0ca3d08ef3a082cd6388432f5d0cd79e1c 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5-Helium</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
@@ -14,9 +14,9 @@
   </scm>
 
     <properties>
-        <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
-        <yangtools.generator.version>0.6.2-SNAPSHOT</yangtools.generator.version>
-        <yangtools.binding.version>0.6.2-SNAPSHOT</yangtools.binding.version>
+        <yangtools.version>0.6.2-Helium</yangtools.version>
+        <yangtools.generator.version>0.6.2-Helium</yangtools.generator.version>
+        <yangtools.binding.version>0.6.2-Helium</yangtools.binding.version>
     </properties>
     
     <build>
index 194f12d37cbe68d643295d55a29ad7861d20370c..f690babd12b525f9afbb0e5143cf03efe1bebbbd 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5-Helium</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index 21b2fbdae8c6ddd57d72aa43c5c7533bc3c3e569..be8158c4a66d711f960bf0f5e2069b28bbafb27f 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5-Helium</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index bdd2872f45d78547bfb8ff0ebdb3c7de666ac3ef..581e4105f8cdea05e7692f1cbcc1ee862429c6f8 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-SNAPSHOT</version>
+    <version>0.5-Helium</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.2-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.4.2-Helium</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-SNAPSHOT</yang.prototype.version>
-        <ietf.model.version>2010.09.24.4-SNAPSHOT</ietf.model.version>
-        <yang.ext.version>2013.09.07.4-SNAPSHOT</yang.ext.version>
+        <yang.prototype.version>1.1-Helium</yang.prototype.version>
+        <ietf.model.version>2010.09.24.4-Helium</ietf.model.version>
+        <yang.ext.version>2013.09.07.4-Helium</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.2-SNAPSHOT</yangtools.version>
-        <yangtools.generator.version>0.6.2-SNAPSHOT</yangtools.generator.version>
-       <config.version>0.2.5-SNAPSHOT</config.version>
+        <yangtools.version>0.6.2-Helium</yangtools.version>
+        <yangtools.generator.version>0.6.2-Helium</yangtools.generator.version>
+       <config.version>0.2.5-Helium</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.5-SNAPSHOT</version>
+                <version>0.2.5-Helium</version>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
index 1e649d73c84dc140c0455101492326d05f7e938c..93132e80c96d446888f650291ff5b527349519c4 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5-Helium</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 98c4038fee6a9b014832f75be8e2819ad336f937..fdf8c44641aaae20c9c758a9b2fafeddbe48ccd9 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5-Helium</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>