Bump versions by x.(y+1).z for next dev cycle
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / pom.xml
index 2694ebd095c3484dd3a2177a983fe4323401f3e9..50b5253891e657ee406f5c422d87cbb4d83c8ef2 100644 (file)
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>sample-toaster-consumer</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <sal-binding-api.version>1.5.0-SNAPSHOT</sal-binding-api.version>
+    <sal-binding-api.version>1.6.0-SNAPSHOT</sal-binding-api.version>
   </properties>
 
   <dependencyManagement>
@@ -22,7 +22,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>