Bumping versions by 0.0.1 for next dev cycle 95/43195/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Aug 2016 22:30:49 +0000 (18:30 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Aug 2016 22:30:49 +0000 (18:30 -0400)
Change-Id: I95325d0d7220aa406ae3ab220527ffff6cb9d10f
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 c6d62b12c4331295f231d7c8ef2a540208955a71..c642c28cd3e7bb0f812f556c366a8130e5f32ff4 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.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.0.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <ovsdb.version>1.2.4-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.2.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index a5463b174222f5d3b35ae550c392110b15d9935b..b04dd5d98f537f3172e0d6a63043e05dd449f9ed 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.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.0.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 8d4aad1f30b06d93ba10d7183ef5787375c38dc0..86f9fe6852e4e28fadc7571e063c29bfdddb0606 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.3-SNAPSHOT</version>
+    <version>0.4.4-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.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 1dc487530335a7c142ea6ac3a3609c86a8731fd6..7cc4e896821c8a11b1ce5e707d5d2c3fa871a7ce 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.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.0.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <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>
+    <mdsal.version>1.3.4-SNAPSHOT</mdsal.version>
+    <restconf.version>1.3.4-SNAPSHOT</restconf.version>
+    <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
+    <dlux.version>0.3.4-SNAPSHOT</dlux.version>
+    <ovsdb.version>1.2.5-SNAPSHOT</ovsdb.version>
+    <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
   <dependencyManagement>
index 229cdb52281d183ff11f34ac97c132eaca152c62..c16e93a92d862f866f77afed1b175463e81feb18 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.3-SNAPSHOT</version>
+    <version>0.4.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <properties>
-  <ovsdb.version>1.2.4-SNAPSHOT</ovsdb.version>
+  <ovsdb.version>1.2.5-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.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 9d198631a02c2250bc12c8627e1eebe3bff2db25..101a96bc80032e9d87debe3bbaf69a7c1329cc49 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.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.0.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index 8009af6fae43aa2269681545b2e8151fe2389a35..cd132f9612e05b7d0f19a2066f20505e761ac529 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.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.0.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
diff --git a/pom.xml b/pom.xml
index 6703e256c919b4679af49330f5f120ee94e83807..2ceb60ea7edf92e3e1ca689010c9210023b0663e 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.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.0.4-SNAPSHOT</version>
+  <version>0.0.5-SNAPSHOT</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>