Use @RunWith(MockitoJUnitRunner.StrictStubs.class)
[netconf.git] / netconf / mdsal-netconf-yang-library / pom.xml
index ff84e58eacb9abf6da0f9c5b660c75c726b39b94..20792bf447ebbb297011171c16ef928cc60d2f2a 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>mdsal-netconf-yang-library</artifactId>
-    <version>1.9.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>