Add missing <name> fields for pom.xml files
[openflowjava.git] / openflowjava-blueprint-config / pom.xml
index c3e6c6ca4a2d708ee03cf60fe933b278fcc3731b..71efa0d2d614d56a2a3bc6efaaa939bf09c8a780 100644 (file)
     <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>openflowjava-blueprint-config</artifactId>
     <description>Blueprint configuration files for openflowjava statistics</description>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Library - Blueprint Config</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>