Applying the Lithium SR1 release patch 96/25696/1 release/lithium-sr1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 22 Aug 2015 17:12:04 +0000 (13:12 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 22 Aug 2015 17:12:04 +0000 (13:12 -0400)
Change-Id: I3ed7d04b0477209d6ff389f36c25b623543baeab
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 72d1540176729b605ddf71fd1943444574234849..68615ac91c2e73115fd18ecaac01f33f64bf873b 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Lithium-SR1</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 33729723cf12c4c845d8ad7149a26e08efc82430..9ef69727a759e2b1d653883467e13926a2819784 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.1-Lithium-SR1</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.1-SNAPSHOT</version>
+  <version>0.6.1-Lithium-SR1</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.1-SNAPSHOT</config.version>
-    <mdsal.version>1.2.1-SNAPSHOT</mdsal.version>
-    <yangtools.version>0.7.1-SNAPSHOT</yangtools.version>
+    <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>
   </properties>
 
   <dependencyManagement>
index ff812abf852ed576df5c60935ee6116975008fa3..27513c145566cceb573a91b9909de1068c7e3a8e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index b5c6dfa784cdc07b00fc2f40b6fefc9f1bbd64ed..2507e5c90b465bf2e4924ebc1d71891856a125aa 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index 43bb06d41d9a77aa1809408305c95de16ec79903..d20cbad8228e4c341f0b7380e691fa7f2c492917 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index e4938933c12ff52d4d714e7749aee816b62d8592..8022a04c63835fccb0b17cb2700732d2920de1e8 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index 6abc0ac56a955cefaf4fca4d8be9b81cd745874c..530b50f24d354a0af18fc12fcf9401b0756fb643 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index 8f50b674d8059cc8d0ac86011c7e13a91c168e84..db935faba0650b7228be200f739cea1f5cb41d0b 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-SNAPSHOT</version>
+        <version>1.5.1-Lithium-SR1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Lithium-SR1</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-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.1-Lithium-SR1</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.1-SNAPSHOT</config.version>
-        <mdsal.version>1.2.1-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.7.1-SNAPSHOT</yangtools.version>
+        <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>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index a6819bd9747cc4c1b40b55278a38e9b965276a40..bbde4ebccff37ef393d630d5f5d51b5d72e7bd15 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index bb5c646a6f96aafbd7ee1a57fccb4fa919472982..4a4d781dd1e57fc956c1de7bc4d7335537fa2b0f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Lithium-SR1</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>