Bump all version numbers for neon development
[unimgr.git] / ovs-driver / pom.xml
index a1bc3086f1288eb5debd6a2a2e250d3db813caf7..373248542270896dff9291549eddbcd29bb7fdbb 100644 (file)
@@ -6,22 +6,22 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.7.0-SNAPSHOT</openflow.version>
-        <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
-        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
+        <openflow.version>0.8.0-SNAPSHOT</openflow.version>
+        <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
+        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>ovs-driver</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->