Bumping versions by 0.0.1 for next dev cycle 69/38769/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 May 2016 13:24:49 +0000 (09:24 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 May 2016 13:24:49 +0000 (09:24 -0400)
Change-Id: I06a77621804b41bdcad6891ee39935d49579efc6
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 66cde30cec8044df60c67e6a20e0808f4eb2d94b..c6d62b12c4331295f231d7c8ef2a540208955a71 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.2-Beryllium-SR2</version>
+    <version>0.8.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.0.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <ovsdb.version>1.2.3-Beryllium-SR2</ovsdb.version>
+    <ovsdb.version>1.2.4-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 1f641d729b47e5f925d04c2979564ea2351c1fd6..a5463b174222f5d3b35ae550c392110b15d9935b 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.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.0.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index a44c9584b084c7c7d1716282d9ae1c15b74fd97c..8d4aad1f30b06d93ba10d7183ef5787375c38dc0 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.2-Beryllium-SR2</version>
+    <version>0.4.3-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.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 4d4afe38cb371186e7ccbe2a37f7657627d952de..1dc487530335a7c142ea6ac3a3609c86a8731fd6 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.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.0.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <mdsal.version>1.3.2-Beryllium-SR2</mdsal.version>
-    <restconf.version>1.3.2-Beryllium-SR2</restconf.version>
-    <yangtools.version>0.8.2-Beryllium-SR2</yangtools.version>
-    <dlux.version>0.3.2-Beryllium-SR2</dlux.version>
-    <ovsdb.version>1.2.3-Beryllium-SR2</ovsdb.version>
-    <mdsal.model.version>0.8.2-Beryllium-SR2</mdsal.model.version>
+    <mdsal.version>1.3.3-SNAPSHOT</mdsal.version>
+    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
+    <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+    <dlux.version>0.3.3-SNAPSHOT</dlux.version>
+    <ovsdb.version>1.2.4-SNAPSHOT</ovsdb.version>
+    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
   <dependencyManagement>
index 249453b2695621319dfd013e5d10cb181bf76c62..229cdb52281d183ff11f34ac97c132eaca152c62 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.2-Beryllium-SR2</version>
+    <version>0.4.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <properties>
-  <ovsdb.version>1.2.3-Beryllium-SR2</ovsdb.version>
+  <ovsdb.version>1.2.4-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.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 54fc5c174ddd5ab85a27a8ad93fa057dd8564a9c..9d198631a02c2250bc12c8627e1eebe3bff2db25 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.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.0.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index d457e45946e6afb52f3a6a3299a291946c287eac..8009af6fae43aa2269681545b2e8151fe2389a35 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.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.0.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
diff --git a/pom.xml b/pom.xml
index c77c7c019bbcb617c79b0a2ac403b3c02a9da8de..6703e256c919b4679af49330f5f120ee94e83807 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.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.0.3-Beryllium-SR2</version>
+  <version>0.0.4-SNAPSHOT</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>