Bumping versions by 0.0.1 for next dev cycle 21/35021/1
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: Ic2786f49ed29c43ac961cca70b1f7cdc177e96f9
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 08f463d9326017db99fcd5f4afcdac660b938611..3a196c0e96e1180f00fb69f2af7c4e79308923d4 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-Beryllium</version>
+    <version>0.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.0.1-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <ovsdb.version>1.2.1-Beryllium</ovsdb.version>
+    <ovsdb.version>1.2.2-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 2dc60b97b59ba23827190df7d57da2488b963b01..f3c2f45176b8fa0d69e976c2b1a9b8ed47254b29 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-Beryllium</version>
+    <version>1.6.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.0.1-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 58d45d3f75d49ddd1957afdbd644763cd60aee16..d92c006953121dbd147a7df36e2f43b8067f658f 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-Beryllium</version>
+    <version>0.4.1-SNAPSHOT</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-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index c76ee380b419dd12793bfb5dfb2b6174116bbc7c..512d72400cdf6fbac5f842a7b2cb94b76b6d89c4 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-Beryllium</version>
+    <version>1.6.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.0.1-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <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>
+    <mdsal.version>1.3.1-SNAPSHOT</mdsal.version>
+    <restconf.version>1.3.1-SNAPSHOT</restconf.version>
+    <yangtools.version>0.8.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.3.1-SNAPSHOT</dlux.version>
+    <ovsdb.version>1.2.2-SNAPSHOT</ovsdb.version>
+    <mdsal.model.version>0.8.1-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
   <dependencyManagement>
index d59d0e07421665cc1f38b97ff443db2c03b0cfb4..c02f385ec632b08b375d94924ca2d5817ea5238b 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-Beryllium</version>
+    <version>0.4.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <properties>
-  <ovsdb.version>1.2.1-Beryllium</ovsdb.version>
+  <ovsdb.version>1.2.2-SNAPSHOT</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-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index dc3578d21d5838be71adc2cc225841e3810bf32d..65672b9e7226deb70d7fb4ddb4f258606de2b669 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-Beryllium</version>
+    <version>1.3.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.0.1-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 78f1e834c93a411ced0b37460993a0eb81b98f6d..b1303c799e8c235f1a1c0014dc95b6113908364a 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-Beryllium</version>
+    <version>1.6.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.0.1-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
diff --git a/pom.xml b/pom.xml
index 0218e09ae183da738dc24dd9ee7cb2e7c71de4b8..a9bb5912ab888ca36df26eaa6a64c5dcff9bef8b 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-Beryllium</version>
+    <version>1.6.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.0.1-Beryllium</version>
+  <version>0.0.2-SNAPSHOT</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>