Add missing <name> fields for pom.xml files
[neutron.git] / model / pom.xml
index db7601609535b55e5e12ec6a8234bf0103c9d8b9..08385d55e08aa524f17013f44af9951fef9ef316 100644 (file)
@@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>model</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>
     <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>