Merge "Cleanup: remove unused and commented out methods"
[lispflowmapping.git] / mappingservice / mapcache / pom.xml
index 7c3e04a587e3e48831f5baa414b85a81ce9f9458..5c10ee0bff2b473abb41352147e8cd05f3459fab 100644 (file)
@@ -5,13 +5,17 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.mapcache</artifactId>
   <packaging>bundle</packaging>
   <name>Mapping Service Map Cache</name>
 
+  <properties>
+    <pmd.cpd.fail>false</pmd.cpd.fail>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>