Bump versions by x.y.(z+1)
[bgpcep.git] / pcep / pcc-mock / pom.xml
index 746a014aef6bd445fcd464dcd72e007918bf70c8..bc002394d728d2a594fd56a9761f3724d853a92a 100644 (file)
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>testtool-parent</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.12.2-SNAPSHOT</version>
         <relativePath>../../testtool-parent</relativePath>
     </parent>
 
     <artifactId>pcep-pcc-mock</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
-
-        <!-- Testing dependencies -->
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
     </dependencies>
 
     <build>