Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / netconf / mdsal-netconf-yang-library / pom.xml
index 6495d0e2760bb7f924419d40ce73c52fdb9cf922..20792bf447ebbb297011171c16ef928cc60d2f2a 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../netconf-parent</relativePath>
+        <version>1.10.0-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>mdsal-netconf-yang-library</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
@@ -37,7 +37,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc7895</artifactId>
+            <artifactId>rfc8525</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>