Version bump of master to Beryllium versions 07/19907/1
authorEd Warnicke <hagbard@gmail.com>
Fri, 8 May 2015 15:57:02 +0000 (08:57 -0700)
committerEd Warnicke <hagbard@gmail.com>
Fri, 8 May 2015 15:57:02 +0000 (08:57 -0700)
stable/lithium exists and maintains the Li versions

Change-Id: I6d0ea5d2b51b170c12f8dd2c516005027d0768ef
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
dummyprovider/pom.xml
features/production/pom.xml
features/test/pom.xml
karaf/pom.xml
model/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml
parent/pom.xml
pom.xml
transcriber/pom.xml

index e9c286042e3f5ec40161362412fcdd6d885b0c09..c99ef647913b867c8fbd91b8479f41c4210bcece 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>dummyprovider</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index 0f5828da794c7ce3b0290c203953fbb6792f391e..8c054637dd47433d7cfba2c4670278b632ec62aa 100644 (file)
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>features-neutron</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-      <aaa.version>0.2.0-SNAPSHOT</aaa.version>
-      <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-      <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
+      <aaa.version>0.3.0-SNAPSHOT</aaa.version>
+      <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+      <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
   </properties>
   <dependencyManagement>
     <dependencies>
index fe2b5e21ec729feac33af09ca2b33acb07fe6cb1..59279636fdd14e24b96f7c7391e4f2f188de5979 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>features-neutron-test</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>
index e48acf4d89824299d98b79cf75f4e2c39a59c1ba..9083cc11ada685f6a48697322153ea372406600a 100644 (file)
@@ -9,13 +9,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.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-karaf</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
index 7e2749515bfa00c09e815dcaf10ea6e5446e9293..da242ee8da4700ea9446e4de2223a3a331be2727 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>model</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index d4d7f84348b9abe560ad8aa3e2c83fa644087877..9fbe817185527abb4c11a73a14ed7cb65b4141db 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-spi</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index e7554b84e806e11164a412e12dc6c6ccd074f9b7..55ebe5c4a0b02c9d3829883905d6d91eca11fb5d 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>northbound-api</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
index e86b0c804118c342014014c10c9ffd3c2e1fb3dd..6939f5cfa9a361d264deea934d8243125b2694c6 100644 (file)
@@ -8,22 +8,22 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron-parent</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <aaa.version>0.1.3-SNAPSHOT</aaa.version>
+    <aaa.version>0.2.0-SNAPSHOT</aaa.version>
     <ietf-yang-types.version>2010.09.24.7-SNAPSHOT</ietf-yang-types.version>
     <ietf-inet-types.version>2010.09.24.7-SNAPSHOT</ietf-inet-types.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <yang.binding.version>0.7.0-SNAPSHOT</yang.binding.version>
-    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+    <yang.binding.version>0.8.0-SNAPSHOT</yang.binding.version>
+    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
     <yang-ext.version>2013.09.07.7-SNAPSHOT</yang-ext.version>
   </properties>
   <scm>
diff --git a/pom.xml b/pom.xml
index 86effebcb4901ce98a1366b4a5bc3e6a436ad680..2778bcab437f8bc3a158655a7f758a871d1b362d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,12 +9,12 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>neutron</name> <!-- Used by Sonar to set project name -->
   <description>OpenDaylight Neutron Northbound Service</description>
index abadfd7aa4ed49282d1a19c8b27cd30d5264f19a..d1df36214bd4ccc398bcd4df2f0f9df386341cfa 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>transcriber</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>