Bump versions by x.(y+1).z for next dev cycle
[lispflowmapping.git] / mappingservice / mapcache / pom.xml
index 7c3e04a587e3e48831f5baa414b85a81ce9f9458..ab8469fa340a484142ca4342725cb87dc1e63c8b 100644 (file)
@@ -5,12 +5,18 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.mapcache</artifactId>
   <packaging>bundle</packaging>
-  <name>Mapping Service Map Cache</name>
+  <!-- <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 :: lispflowmapping :: ${project.artifactId}</name>
+
+  <properties>
+    <pmd.cpd.fail>false</pmd.cpd.fail>
+  </properties>
 
   <dependencies>
     <dependency>
       <artifactId>mappingservice.lisp-proto</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-api-mockito</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-module-junit4</artifactId>
-      <scope>test</scope>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>compile</scope>
     </dependency>
   </dependencies>