Release Beryllium 20/35020/1 release/beryllium
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 19 Feb 2016 04:40:22 +0000 (23:40 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 19 Feb 2016 04:40:22 +0000 (23:40 -0500)
Change-Id: I5670b269cf9e2dd5cb0d10faae249d60f50f7873
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
api/pom.xml
artifacts/pom.xml
cli/pom.xml
features/pom.xml
impl/pom.xml
it/pom.xml
karaf/pom.xml
pom.xml

index 23bdee9fe4dc3a43ecad56ec74d7ddd66ac390a7..08f463d9326017db99fcd5f4afcdac660b938611 100644 (file)
@@ -10,18 +10,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-Beryllium</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.2.1-Beryllium</ovsdb.version>
   </properties>
 
   <dependencies>
index ed8adc5c6a05777631170715c5717300f5f3c7ac..2dc60b97b59ba23827190df7d57da2488b963b01 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 092049fb5f392e825b072198223a26433dd97d19..58d45d3f75d49ddd1957afdbd644763cd60aee16 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0-Beryllium</version>
     <relativePath/>
   </parent>
 
@@ -22,7 +22,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-cli</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 3bf401dd600407285c494efa99ea17c478fcad75..c76ee380b419dd12793bfb5dfb2b6174116bbc7c 100644 (file)
@@ -10,24 +10,24 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.3.0-SNAPSHOT</restconf.version>
-    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.3.0-SNAPSHOT</dlux.version>
-    <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.3.0-Beryllium</mdsal.version>
+    <restconf.version>1.3.0-Beryllium</restconf.version>
+    <yangtools.version>0.8.0-Beryllium</yangtools.version>
+    <dlux.version>0.3.0-Beryllium</dlux.version>
+    <ovsdb.version>1.2.1-Beryllium</ovsdb.version>
+    <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
   <dependencyManagement>
index 743a455b6e241d22ed8e6d08e0bc6198f020e8b7..d59d0e07421665cc1f38b97ff443db2c03b0cfb4 100644 (file)
@@ -11,19 +11,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0-Beryllium</version>
     <relativePath/>
   </parent>
 
   <properties>
-  <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
+  <ovsdb.version>1.2.1-Beryllium</ovsdb.version>
   <powermock.version>1.5.2</powermock.version>
   </properties>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-impl</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 7d53c6a8a306ca49f241367f2ad644eda99d4b88..dc3578d21d5838be71adc2cc225841e3810bf32d 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <packaging>bundle</packaging>
 
   <properties>
index c529c136ea25f6eb3156e848fd8629a285a65a08..78f1e834c93a411ced0b37460993a0eb81b98f6d 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
diff --git a/pom.xml b/pom.xml
index e2e3037e43b6a960821ccdb0d881d3900f7e7492..0218e09ae183da738dc24dd9ee7cb2e7c71de4b8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1-Beryllium</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>