Release Lithium 44/23344/1 release/lithium
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 23 Jun 2015 01:47:14 +0000 (01:47 +0000)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 Jun 2015 19:28:29 +0000 (15:28 -0400)
Change-Id: I18ae022eda211e7293755bee0fc9a73eebe8b41b
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 d18407362c35e3ec713e127511444fbfd0bbd0df..955d9987c8b939f2c85dd948a88986ef319c425b 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0-Lithium</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 4edae6b3f3c07859deb0c52e588ebcc3fae13cd3..2ccbe8b9792559bde9e8eb408e75a08ffb6c21d6 100644 (file)
@@ -4,19 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0-Lithium</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.6.0-SNAPSHOT</version>
+  <version>0.6.0-Lithium</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.3.0-SNAPSHOT</config.version>
-    <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+    <config.version>0.3.0-Lithium</config.version>
+    <mdsal.version>1.2.0-Lithium</mdsal.version>
+    <yangtools.version>0.7.0-Lithium</yangtools.version>
   </properties>
 
   <dependencyManagement>
index 34c9e9c0618928f54f008f8f736b83e880ffbc68..4d0db83489026f5b1d6cad3fa10b6c62b2bc731c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <artifactId>openflow-protocol-api</artifactId>
     <packaging>bundle</packaging>
index ec72b1d8ea2795fbe5972b2fc0d57f544d8eb19f..4d9fefa260597a39187785b1b736d01a54ba989a 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
index 2aafc74e4d02ddd13daa28c056b25b25f9bf79ad..10f7f1a49cfb759cd2c153e752741abfbe053ba6 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
index b2e1390573803927cb27a28122d4d89ff2b7b75c..8c4e3e59eb939001eb1caf4c17ed4971bc1ea7ba 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
index deeade0dd0fd8a47a90b06417011d1bbb7d3eeae..7788ee29c88f3c2e936846d4d379166b7e3a1e4a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
diff --git a/pom.xml b/pom.xml
index 25f357590281d937abd1a42136b170d1a18c111d..ec061e7dd153e6bff0b0c79ca40ccbef8bca6dc3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0-Lithium</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0-Lithium</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.0-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.0-Lithium</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.0-SNAPSHOT</config.version>
-        <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+        <config.version>0.3.0-Lithium</config.version>
+        <mdsal.version>1.2.0-Lithium</mdsal.version>
+        <yangtools.version>0.7.0-Lithium</yangtools.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index 1df035ea73e476584ecff0726c036291e82280bb..6b7f89fe8ec2297320063b633da542ca2d16598a 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
index 2dc0539833dd54dac656baa287d9ff5d0c12a7b1..177110a5369f9cbc7b6cb09aec0f47bd0e4c10d4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.0-Lithium</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>