Bump versions by x.y.(z+1)
[netconf.git] / protocol-framework / pom.xml
index 7373149f68da78323507d218b7041b41cf330f77..01b19cc5d65c9a16c849385db5badca064c223f6 100644 (file)
@@ -7,13 +7,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>3.1.3</version>
+    <version>3.1.7</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>protocol-framework</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.4-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.10</version>
+      <version>2.0.20</version>
       <scope>test</scope>
     </dependency>
     <dependency>