Add missing <name> fields for pom.xml files
[openflowjava.git] / simple-client / pom.xml
index 76dd357561e0b863de93d4e6c3eb20cb5f3ca844..b399646e61aaddf1f17eb89ce827ddd63ff7172b 100644 (file)
@@ -3,12 +3,14 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </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>