Release Beryllium 52/34952/1 release/beryllium
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 18 Feb 2016 23:19:27 +0000 (18:19 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 18 Feb 2016 23:19:27 +0000 (18:19 -0500)
Change-Id: I80b8de263ab0495eb22fbf14d2207d880803605e
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
openflowjava-util/pom.xml
parent/pom.xml
pom.xml
simple-client/pom.xml

index 80abc2e62a7366591b05435f7fa20241da52987e..3e4778718389356c05c36531ebdc739fdb863751 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Beryllium</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 4cc091becf7968e5b13788f14eac59487aeecb0e..73b2b908f5e9e2c0a9fad4d045e41ead2a4e97e0 100644 (file)
@@ -4,21 +4,21 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0-Beryllium</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.4.0-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
+    <config.version>0.4.0-Beryllium</config.version>
+    <controller.mdsal.version>1.3.0-Beryllium</controller.mdsal.version>
+    <mdsal.version>2.0.0-Beryllium</mdsal.version>
+    <controller.mdsal.version>1.3.0-Beryllium</controller.mdsal.version>
+    <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -36,7 +36,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.0-Beryllium</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index efaa892af2935024940845f1c187861c29ceeb5c..47aa21565fe23ef8da3f52f937ed57e1170530d8 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0-Beryllium</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Beryllium</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.0.0-Beryllium</mdsal.version>
+      <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index fae2c30bee63c997eda1df2a1cecb4de1f268917..42a7eb9ea2eb85922c82c3732d2b5b166a40c642 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index 436f8bdff72eabe44dc8c5317a580439e2f0c59c..3e18e1267ea58c4f73fd491c2e309e9b110705b3 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 8ec7ea7e2af833b2ee8fee9f2565ca45c5780bcd..c3b0b80a542aeaeee94f6d68645a2bc188516384 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index ad7c00faad2f15278906e212f9670648f8ba9b03..09c4202042ffa56a81be52f4dae353cc0189934a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index 7b78d39e04b13a3927c087dbb06c4132f224d2f3..7682ae5f8d08fac76367d763d5c5d00c37cc7ce4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index 59048b9a314c5e7e2f1e6ad63db0af66f95d2473..301dc0f8b0a753e7e2817cea789dee27231fc491 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.0-Beryllium</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Beryllium</version>
     <packaging>pom</packaging>
     <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <description>
         <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.6.0-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.6.0-Beryllium</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.4.0-SNAPSHOT</config.version>
-        <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+        <config.version>0.4.0-Beryllium</config.version>
+        <mdsal.version>1.3.0-Beryllium</mdsal.version>
+        <yangtools.version>0.8.0-Beryllium</yangtools.version>
     </properties>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 56e8b447eb7c065ab52484f03ef4317eab71bfb3..78d5034bb4dfd65f03f59c733ea76db9b68dca1a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 1a71abf29032f4c17f75d96c882f5be489393954..7afa3905433516e054f459b54ee4af401e68e0e7 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Beryllium</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>