Bump versions by x.y.(z+1)
[netconf.git] / netconf / netconf-artifacts / pom.xml
index d96050657d6225f7cee29785908c40353919ca50..cfb1e9893c5f6ea6e4b45dbc5dd29ead974d4773 100644 (file)
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.10.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-netconf-mdsal</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.10.0-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>