Bump versions by x.(y+1).z for next dev cycle
[nemo.git] / nemo-tools / pom.xml
index aaa27e2a4823d4fb28f67935f6d71cfd80a6ea6f..3248bc3c9f0fab1bf6a98930e633f438370adbb9 100644 (file)
@@ -12,14 +12,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-tools</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>${project.artifactId}</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 :: nemo :: ${project.artifactId}</name>
 
   <modules>
     <module>sandbox</module>
@@ -31,4 +33,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+</project>