Release Beryllium 09/35009/1 release/beryllium
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 19 Feb 2016 02:55:42 +0000 (21:55 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 19 Feb 2016 02:55:42 +0000 (21:55 -0500)
Change-Id: Iecd46f426e5743b66e0addc119e3c8dcf07b6713
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
12 files changed:
nemo-api/pom.xml
nemo-artifacts/pom.xml
nemo-features/pom.xml
nemo-impl/pom.xml
nemo-karaf/pom.xml
nemo-renderers/cli-renderer/pom.xml
nemo-renderers/openflow-renderer/pom.xml
nemo-renderers/pom.xml
nemo-tools/pom.xml
nemo-tools/sandbox/pom.xml
nemo-ui/pom.xml
pom.xml

index 83403f336f623f5989b7c749cd71aba1380a695d..d149f1d0400142e105b196ad57309145a765af6b 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <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.nemo</groupId>
   <artifactId>nemo-api</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
index fcad3f5e106b75372c2c41cc6b4d2ff0aff94052..d5d784232f835d92d72da32dec31d1be7685dbc3 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <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.nemo</groupId>
   <artifactId>nemo-artifacts</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 99f119de5dc9cb4cc2007898de5370da75fd858b..1b2aa01457fc2fe6df50195f4aa7dd83b8ea5978 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <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.nemo</groupId>
   <artifactId>nemo-features</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <name>${project.artifactId}</name>
 
   <prerequisites>
@@ -26,11 +26,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.3.0-SNAPSHOT</restconf.version>
-    <dlux.version>0.3.0-SNAPSHOT</dlux.version>
-    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
+    <mdsal.version>1.3.0-Beryllium</mdsal.version>
+    <restconf.version>1.3.0-Beryllium</restconf.version>
+    <dlux.version>0.3.0-Beryllium</dlux.version>
+    <openflowplugin.version>0.2.0-Beryllium</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index fabbde3978336fd41c5be42b5fd53022d7053202..548be2037c04db9137c5c5a99d3c86947827dda5 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0-Beryllium</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-impl</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
index c5520cc830b68aa852c688787fe5244cb7960f36..7e3bdee14605480797d7875650472f1e33651665 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-karaf</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <name>${project.artifactId}</name>
 
   <prerequisites>
@@ -26,8 +26,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <feature.mdsal.version>1.3.0-SNAPSHOT</feature.mdsal.version>
-    <feature.dlux.version>0.3.0-SNAPSHOT</feature.dlux.version>
+    <feature.mdsal.version>1.3.0-Beryllium</feature.mdsal.version>
+    <feature.dlux.version>0.3.0-Beryllium</feature.dlux.version>
   </properties>
 
   <dependencyManagement>
index 656b105401d687a1adb8fdffd4d026ddf713c65c..0e2f102b4020c1d510844b2d89db64265d28d597 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0-Beryllium</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>cli-renderer</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
index 27811240fa4b3c63debe6df865f46413c1ae732e..78feb7671869ab75f69d07ea0f80ad0654c38fb2 100644 (file)
@@ -12,19 +12,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0-Beryllium</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>openflow-renderer</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
   <properties>
-    <liblldp.version>0.10.0-SNAPSHOT</liblldp.version>
-    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.10.0-Beryllium</liblldp.version>
+    <openflowplugin.version>0.2.0-Beryllium</openflowplugin.version>
     <jacoco.version>0.7.2.201409121644</jacoco.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
index b5fd9cb9183bd19be1241ee4d53a463c7433c1fa..cb2902fd32d08fb37b2f6ddcf38bc6ff8de8da6c 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-renderers</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index aaa27e2a4823d4fb28f67935f6d71cfd80a6ea6f..6018c41f25ded15ed4b640238592354a523ee15a 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-tools</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 91beaa6ca782e1a6485168406595a10941788cc4..8d9f1abdfb4855035cd2f63f1cf75eaeb8c64f9a 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-tools</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>sandbox</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>jar</packaging>
   <name>${project.artifactId}</name>
 
index 32a0e768fb8835eb7c196cbaf5ec85569c43f791..4e74bc8d9decb0c32018c1f2568f76303cce5db7 100644 (file)
@@ -12,18 +12,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <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.nemo</groupId>
   <artifactId>nemo-ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
   <properties>
-    <dlux.version>0.3.0-SNAPSHOT</dlux.version>
+    <dlux.version>0.3.0-Beryllium</dlux.version>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 0d898e36d279efc277e2ab605cd8a59dc4f069c2..d6ced437ad2b4603de189bf2ec6b75590f142449 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <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.nemo</groupId>
   <artifactId>nemo.project</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>pom</packaging>
   <name>nemo</name>
   <description>OpenDaylight NEMO</description>