Bump versions by x.y.(z+1)
[netconf.git] / protocol-framework / pom.xml
index 3656eb776ee35fb6d8e856a78c82d3dea132d43b..5f8797a7e6f83c1f9c699771c0a9402231eb8e17 100644 (file)
@@ -7,13 +7,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>2.0.5</version>
+    <version>2.0.7</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>protocol-framework</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.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>1.2.1-SNAPSHOT</version>
+      <version>1.2.4-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>