Bump versions to 2.0.11-SNAPSHOT
[controller.git] / opendaylight / md-sal / messagebus-util / pom.xml
index be0ec1f5ac15803e5fa87c8b99c5e722e86cadd8..120a67989b4071c6f4888abda56bf257293fac93 100644 (file)
@@ -14,13 +14,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.controller</groupId>
     <artifactId>messagebus-util</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
 
@@ -44,11 +42,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               <version>2.4</version>
               <scope>test</scope>
         </dependency>
-        <dependency>
-              <groupId>org.mockito</groupId>
-              <artifactId>mockito-core</artifactId>
-              <scope>test</scope>
-        </dependency>
     </dependencies>
-
 </project>