Bump versions by x.y.(z+1)
[bgpcep.git] / bmp / bmp-mock / pom.xml
index a98531ee51a8205b93514d76362f05aada856999..8be75b01ed72fc33b764d06952f1951e05d845c8 100644 (file)
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>testtool-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.12.2-SNAPSHOT</version>
         <relativePath>../../testtool-parent</relativePath>
     </parent>
 
     <artifactId>bgp-bmp-mock</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.12.2-SNAPSHOT</version>
     <name>bmp-mock</name>
 
     <dependencies>
@@ -63,8 +63,8 @@
             <artifactId>util</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <groupId>${project.groupId}</groupId>
             <artifactId>testtool-util</artifactId>
         </dependency>
-        <!-- test-scope dependencies -->
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
     </dependencies>
     <build>
         <plugins>