Add missing <name> fields for pom.xml files
[nemo.git] / nemo-renderers / pom.xml
index 1024502239b6d9a1aa0d5e2247dc9e132159bcb4..ee6d5003d6c8a158fc90c228dcc63af5993e1ad0 100644 (file)
@@ -12,17 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-renderers</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>${project.artifactId}</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 :: nemo :: ${project.artifactId}</name>
 
   <modules>
     <module>openflow-renderer</module>
+    <module>cli-renderer</module>
   </modules>
 
   <scm>
@@ -31,4 +34,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+</project>