Release Lithium-SR3 22/30622/1 release/lithium-sr3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Dec 2015 22:02:14 +0000 (17:02 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Dec 2015 22:02:14 +0000 (17:02 -0500)
Change-Id: I3b3dc2e8bf944ac9962b774b2b7d0a60d22b927a
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 3ac3fc5540dd1f0b27de67b0cb052b2a457accbb..4077aacd8c79f2d81b365c2f5e461ef022dc2b96 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.3-SNAPSHOT</version>
+    <version>0.6.3-Lithium-SR3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index a5642419207892689e7c68ccf8bea0fe74f07959..a664bb128c2111767cbdf5f8f410d42d030bed41 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.3-SNAPSHOT</version>
+    <version>1.5.3-Lithium-SR3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.3-SNAPSHOT</version>
+  <version>0.6.3-Lithium-SR3</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.3-SNAPSHOT</config.version>
-    <mdsal.version>1.2.3-SNAPSHOT</mdsal.version>
-    <yangtools.version>0.7.3-SNAPSHOT</yangtools.version>
+    <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>
   </properties>
 
   <dependencyManagement>
index e13f0648669bdaf460296c258c6416bc4e4514c8..3364604cfa1f61eb58d9e55d11c1fd4e5d2ff669 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index 3a8b86f76854cccdcacbebcfc5306830cb0da305..cc476989b51e3e85c24072c007baca5fc703ce58 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index fea4e10f80004585830a939fa54b9aec85242bae..8d52a96fa247306ca7194e21b7f52d52357a2137 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index 8096f23b9f17daf71e4c8ad8e839561b7df2734d..c8d8ea8b0152ed130280593c09fd484ede9837dc 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index ebaf7aefd41bf9f4321b6ee6ff0ad5d9e42d5fa7..11c5b6a255b24f7c832b3e95f8075a2b9c6e2409 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index 88283bb64705a34c78b4079c53e445cb38f272fb..6e581309503f93a87b579cc40ce0acb0e71ed7be 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-SNAPSHOT</version>
+        <version>1.5.3-Lithium-SR3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.3-SNAPSHOT</version>
+    <version>0.6.3-Lithium-SR3</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-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.3-Lithium-SR3</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.3-SNAPSHOT</config.version>
-        <mdsal.version>1.2.3-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.7.3-SNAPSHOT</yangtools.version>
+        <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>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index bf50f57ae551987d0d2daad2380dcef5eefe4e0f..8bd79e28069f9f02dbaffb1bd984636d9bf06d76 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index fa3b34d0dc7b89918c8bb44062163519fd09db4b..8872e0156b4969e2b5ea487ba88acfa38873c036 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.3-SNAPSHOT</version>
+        <version>0.6.3-Lithium-SR3</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>