Add missing <name> fields for pom.xml files
[openflowjava.git] / parent / pom.xml
index 20a352de4efbc02935fd0da0058bdb87d125cd9b..34aeb642e26cefec3136f0822722aaf459ce078a 100644 (file)
@@ -12,7 +12,9 @@
     <artifactId>openflowjava-parent</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>openflowjava</name> <!-- Used by Sonar to set project 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>
     <description>
         Openflow protocol library - serializes and deserializes openflow messages + handles connections with openflow devices.
     </description>