Bump versions by 0.1.0 for next dev cycle
[mdsal.git] / binding / mdsal-binding-api / pom.xml
index c33c4a5ad15c3c5045004a62bb50d06530a1a4f7..a108bbef4858d4106fdbfe83cb1a8a9523dc1eb2 100644 (file)
@@ -4,10 +4,10 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-binding</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-binding-api</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
       <artifactId>commons-lang3</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>