Bump versions by x.(y+1).z for next dev cycle
[groupbasedpolicy.git] / location-providers / ne-location-provider / pom.xml
index ddeaa8f2b8c0fa88073c9ca10b10a37f71a3ab6b..c8294e749888e626cb7d88f1ca19f5cc8e558767 100644 (file)
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-location-providers</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>ne-location-provider</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>
     <dependency>
@@ -31,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>