Add missing <name> fields for pom.xml files
[openflowjava.git] / features / pom.xml
index 01f496b0ee4caaa6f65a239574ebd79d8c8b49b0..192c031f9a66654ce8175293ab82bc9df80cd0ba 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>features-aggregator</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</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 :: openflowjava :: ${project.artifactId}</name>
 
   <modules>
     <module>features-openflowjava</module>
@@ -21,4 +24,3 @@
   </modules>
 
 </project>
-