Release Lithium-SR4 24/35724/1 release/lithium-sr4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Mar 2016 01:52:37 +0000 (20:52 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Mar 2016 01:56:03 +0000 (20:56 -0500)
Change-Id: I292073564dab565fdee4508c9cc96eccb2b56085
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 afcd6e75f6ba6e37fbcf50bb3781abb017fcd5d0..d98fcae4b0b7ad238cf01f17b2f42f03020f61f8 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.4-Lithium-SR4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 204c76802072b72751cfdac48e0166206e7e2d51..4e93e7f9cfb45bda12d4592c3085498eb6836159 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.4-SNAPSHOT</version>
+  <version>0.6.4-Lithium-SR4</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.4-SNAPSHOT</config.version>
-    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
-    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
+    <config.version>0.3.4-Lithium-SR4</config.version>
+    <mdsal.version>1.2.4-Lithium-SR4</mdsal.version>
+    <yangtools.version>0.7.4-Lithium-SR4</yangtools.version>
   </properties>
 
   <dependencyManagement>
index c71b32579b8592099e693863c395859db67bad0f..78184051ad0d7f1a86e237e57cb2f7b8ec2f76e5 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index 5f14ff300dd550d268077ee300182e232411936c..0edddc8a06efe0287a1f6161f1988118bd19dc6c 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index 8d4cde64945b12ffd90877a6f4024430702781a9..5f6946b0558fa8f7aa1f5872c6a642e896a27fae 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index 563fb519cd395be9acf1ba82e348ea46c3bb70d6..bf1695cf876a54919bea1d2b2d55e01741d315a6 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index 3ef6bacbc7f56070430bc647cc47bc2310cafe15..94e491f685fbb203158704dd80562b682190e65a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index ee01d89d369c81071798209bd031b6640ee66f63..62e506cc41388a240e314e241fd2da576dee1dd0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.4-SNAPSHOT</version>
+        <version>1.5.4-Lithium-SR4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.4-Lithium-SR4</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.4-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.4-Lithium-SR4</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.4-SNAPSHOT</config.version>
-        <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
+        <config.version>0.3.4-Lithium-SR4</config.version>
+        <mdsal.version>1.2.4-Lithium-SR4</mdsal.version>
+        <yangtools.version>0.7.4-Lithium-SR4</yangtools.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index 34670c08c5dd80075059c9a85e9848b53ff9d1de..6cde0b7a323c5180c956e92df9b6ddd963da65fa 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 94514383cbaada019662849392db98b213c22233..6c4b9d225986dd1bd8bedf56bd8a25d18e054265 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>