Add missing <name> fields for pom.xml files
[openflowjava.git] / simple-client / pom.xml
index 87665c7617ee508080f002880b03e253160e72a0..b399646e61aaddf1f17eb89ce827ddd63ff7172b 100644 (file)
@@ -8,7 +8,9 @@
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Simple Client</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>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>