Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / protocol-framework / pom.xml
index 9c2e4a443596aba7fce6318ad6459fb06df29ed1..d66078b4ba5d25a2f95cbca482e9481475bc197c 100644 (file)
@@ -13,7 +13,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>protocol-framework</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Common protocol framework</description>
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>mockito-configuration</artifactId>
-      <version>2.0.9</version>
+      <version>2.0.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>