Add missing <name> fields for pom.xml files
[openflowjava.git] / features / features-openflowjava / pom.xml
index ceab13841c5e00fdc4bca501b362c2532198f169..2f496307aa04fc13971a772522eb33986844d858 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>features-openflowjava</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>jar</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>
 
   <properties>
     <config.version>0.7.0-SNAPSHOT</config.version>