Bump versions by x.(y+1).z
[lispflowmapping.git] / commons / build_tools / pom.xml
index e916da8524ba9f05ef9ff4f9854b6b09642f4fd5..b490096336677c790577f358202ce9f7b5c1001f 100644 (file)
@@ -1,13 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.14.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
+
   <artifactId>common.build.tools</artifactId>
   <packaging>jar</packaging>
-  <name>Build Tools</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>
+
 </project>