Add missing <name> fields for pom.xml files
[openflowjava.git] / openflowjava-config / pom.xml
index dc9de5fa2d96f3c4682cb58d6401dfc3c01ac836..419a0609968ee6ca9efa6226abd0397dae3cdb61 100644 (file)
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
     <packaging>jar</packaging>
-    <name>Openflow Protocol Library - 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>