Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / domain-extensions / l2-l3 / pom.xml
index ea2e327f30af7f4de5988e5c6dc7f51f73a86ea3..0df379a9cc075d172af1b3a2e01bfd387aa41f56 100644 (file)
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-domain-extensions</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>l2-l3-domain-extension</artifactId>
   <packaging>bundle</packaging>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <dependencies>
     <!-- testing dependencies -->
@@ -26,7 +29,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>