Bump versions by x.(y+1).z
[lispflowmapping.git] / mappingservice / inmemorydb / pom.xml
index 843f9ddc367655fb086cddc8f07b2092dcd3a18f..a90c6da1314a2aca9d4d38dfe689fc493d0b45b4 100644 (file)
@@ -5,23 +5,24 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.inmemorydb</artifactId>
   <packaging>bundle</packaging>
-  <name>Mapping Service Inmemory Mappings Database</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>
+    <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
+  </properties>
 
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mappingservice.api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <version>1.10.19</version>
-      <scope>test</scope>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>