Bumping versions by x.y.(z+1) for next dev cycle
[mdsal.git] / common / mdsal-common-api / pom.xml
index 1b8ae0e4c086a15dc5355f601ca5f0d77a2c52bc..e4e6737593679a411a7d0a8201f54d99942b9104 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>mockito-configuration</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <scm>