Bump versions by 0.1.0 for next dev cycle
[integration/distribution.git] / version / pom.xml
index 1013b13b559e79eab82e88e0cae9e481c2e42c34..16f6016822bca47517faea8b55e84d476acbf9d4 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>version</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.groupId}:${project.artifactId}</name>
     <description>Sub-project for ODL version(s) reporting mechanism.</description>
@@ -29,7 +29,7 @@
     </scm>
     <!-- Is there a way to inherit/include properties from a file bumped autimatically? -->
     <properties>
-        <feature.odlparent.version>1.7.0-SNAPSHOT</feature.odlparent.version>
+        <feature.odlparent.version>1.8.0-SNAPSHOT</feature.odlparent.version>
     </properties>
     <build>
         <plugins>