Add artifact name formatting used by autorelease
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / artifacts / pom.xml
index 09bf182efc01b1de3f5ac3796e9d4b5476858bb0..bb32798d06e678e7d769a1e4b7932c2a6638a5ca 100644 (file)
@@ -16,13 +16,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}-artifacts</artifactId>
   <version>${version}</version>
+  <!-- <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 :: ${groupId} :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
   <dependencyManagement>