Add missing <name> fields for pom.xml files
[neutron.git] / neutron-hostconfig / utils / pom.xml
index 7e1df8db2c01880716027a3e28b5ab496e3ce01e..f99bdb6356cdf275be08d7265fff456173cd34e3 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-hostconfig-utils</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <!-- <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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
   -->
   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
 </project>
-