Add missing <name> fields for pom.xml files
[openflowjava.git] / features / odl-openflowjava-protocol / pom.xml
index c87fc8474680b23b9786ff8ada3e8ade20d44317..ea905e10bad081d7d3161f948760928e6807f8f9 100644 (file)
@@ -16,7 +16,9 @@
     <version>0.10.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: Openflow Java :: Protocol</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 :: openflowjava :: ${project.artifactId}</name>
 
     <properties>
         <config.version>0.7.0-SNAPSHOT</config.version>