Bump up the bundle versions for the bundles based on Semantic Versioning. 28/5828/2
authorMadhu Venugopal <mavenugo@gmail.com>
Tue, 1 Apr 2014 11:31:49 +0000 (04:31 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Tue, 1 Apr 2014 11:44:57 +0000 (04:44 -0700)
Since we are performing major rearchitecture of the base OVSDB library and it results in backward incompatible
API changes, the MAJOR version is bumped up. But the neutron and northbound bundles will face functionality impact
but not API impact & hence only the MINOR version is bumped up.

Care must be taken to make sure the master and topic/schema branche versions dont step on each oth versions.
It causes CI headaches.

Change-Id: Ib1b1810c54695e8e59917928e62cda43907a7af6
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
commons/parent/pom.xml
distribution/opendaylight/pom.xml
neutron/pom.xml
northbound/ovsdb/pom.xml
ovsdb/pom.xml
pom.xml

index 6dcfe22b9ba4c9e091c7662830f984eec906b3c5..0c7b735466cd6f55f7377899042dae7493d70480 100755 (executable)
@@ -11,7 +11,7 @@
   </parent>
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>commons.ovsdb</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   <scm>
index 2b5b0ce6b10e7104dfaa494c7dff324e33f403e2..a2f226aa2287caff746d6c24a0c2cb2e5de90cab 100755 (executable)
@@ -7,7 +7,7 @@ see https://git.opendaylight.org/gerrit/#/c/390/
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons.ovsdb</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../../commons/parent/</relativePath>
   </parent>
 
@@ -34,17 +34,17 @@ see https://git.opendaylight.org/gerrit/#/c/390/
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovsdb</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovsdb.northbound</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovsdb.neutron</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>
index 76de14650fc44bd1124c83c9171120ccd72c0c49..7134093747a256861f736e9363b5bf7857ae5df1 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.ovsdb</groupId>
         <artifactId>commons.ovsdb</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
 
     <artifactId>ovsdb.neutron</artifactId>
-    <version>0.5.1-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <scm>
index 996f2afdbfd937497fccd2089e5b96af01a2d69a..4086f176aec96181228a3669417d79bfe0b3aa6b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons.ovsdb</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../../commons/parent</relativePath>
   </parent>
   <scm>
@@ -14,7 +14,7 @@
     <tag>HEAD</tag>
   </scm>
   <artifactId>ovsdb.northbound</artifactId>
-  <version>0.5.1-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <build>
     <plugins>
index c62f4327cf5ddbe5b1ca930e5405761fbccb6f73..31f7694ee4e906e605b03881958618d811f6157d 100755 (executable)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.ovsdb</groupId>
         <artifactId>commons.ovsdb</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
     <scm>
@@ -14,7 +14,7 @@
       <tag>HEAD</tag>
     </scm>
     <artifactId>ovsdb</artifactId>
-    <version>0.5.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 1f2f479b59426e4d45251acfb33a65b6e22ffcfb..39a4ab977c0c4ef736bb6d8b62cc063ee840d671 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons.ovsdb</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>ovsdb.project</artifactId>
-  <version>0.5.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>