Bumping up the version to 0.5.0-SNAPSHOT prior to the collapse 63/2463/2
authorMadhu Venugopal <mavenugo@gmail.com>
Wed, 6 Nov 2013 21:48:09 +0000 (13:48 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 6 Nov 2013 21:54:31 +0000 (21:54 +0000)
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
distribution/opendaylight/pom.xml
ovsdb/pom.xml

index 18beff7dc0682a53461d87c09c78ed75bfcc954d..ed9f7d0765d565d2a5e61988ea96deb6df88335e 100755 (executable)
@@ -31,7 +31,7 @@ http://maven.apache.org/maven-v4_0_0.xsd">
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovsdb</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>
index 2a0900c0c6536a77f5af11ac63619cd78d6dc769..94dfd6411231c24ac813d0a8db41c93690ac0cf3 100755 (executable)
@@ -8,7 +8,7 @@
         <relativePath>../commons/parent/</relativePath>
     </parent>
     <artifactId>ovsdb</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>