Add missing <name> fields for pom.xml files
[neutron.git] / karaf / pom.xml
index ad6ef3bd0b69221a222d2fa34f63f2c678ad562c..9085f240a43269b361c8f3f98b4bbaa2180bd4ee 100644 (file)
@@ -16,7 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-karaf</artifactId>
   <version>0.8.0-SNAPSHOT</version>
-  <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 :: neutron :: ${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>