Bumping versions by 0.0.1 for next dev cycle 95/47295/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Oct 2016 04:23:29 +0000 (14:23 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Oct 2016 04:23:29 +0000 (14:23 +1000)
Change-Id: Ia229ceb3feecbc30968183f14f590464279acce1
Signed-off-by: Anil Belur <abelur@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 c642c28cd3e7bb0f812f556c366a8130e5f32ff4..f919c2250389bac6d1d707f6ec275a72ec58ebb9 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.4-SNAPSHOT</version>
+    <version>0.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <ovsdb.version>1.2.5-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.2.6-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index b04dd5d98f537f3172e0d6a63043e05dd449f9ed..01025d4f01647a8aac8fa008523e1165e2d91deb 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.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 86f9fe6852e4e28fadc7571e063c29bfdddb0606..83317d1fb0359dfc2a764a3f1b8bfd178da8223f 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.4-SNAPSHOT</version>
+    <version>0.4.5-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.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 7cc4e896821c8a11b1ce5e707d5d2c3fa871a7ce..7bdf20467198046e416372e7b5dc12949608cf68 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.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <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>
+    <mdsal.version>1.3.5-SNAPSHOT</mdsal.version>
+    <restconf.version>1.3.5-SNAPSHOT</restconf.version>
+    <yangtools.version>0.8.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.3.5-SNAPSHOT</dlux.version>
+    <ovsdb.version>1.2.6-SNAPSHOT</ovsdb.version>
+    <mdsal.model.version>0.8.5-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
   <dependencyManagement>
index c16e93a92d862f866f77afed1b175463e81feb18..e1e91312b1384375798d1dd1961e3b2e67533706 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.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <properties>
-  <ovsdb.version>1.2.5-SNAPSHOT</ovsdb.version>
+  <ovsdb.version>1.2.6-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.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 101a96bc80032e9d87debe3bbaf69a7c1329cc49..4d113d195f854a53e016451ac7dfc2892ce62db3 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.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
index cd132f9612e05b7d0f19a2066f20505e761ac529..bc0d0021f82152e43c3964d25c39a0063ef5c41a 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.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
diff --git a/pom.xml b/pom.xml
index 2ceb60ea7edf92e3e1ca689010c9210023b0663e..436f35e99c6dc348d82fbff788b837221138d0f3 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.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-SNAPSHOT</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>