Merge "Add missing configuration to build-helper-maven-plugin "
[openflowjava.git] / features / pom.xml
index a1ef0fd94b0b851ab34479acf432108cb58ff152..192c031f9a66654ce8175293ab82bc9df80cd0ba 100644 (file)
@@ -4,14 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <!-- <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>
 
   <modules>
     <module>features-openflowjava</module>
@@ -21,4 +24,3 @@
   </modules>
 
 </project>
-