Add missing <name> fields for pom.xml files 12/52812/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 4 Mar 2017 00:05:06 +0000 (16:05 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 4 Mar 2017 00:06:37 +0000 (16:06 -0800)
The patchset of b184367fef0217aa0466f86d6614cf821d74cf60
added name fields to pom.xml. Due to patch merge order,
neutron-hostconfig/vpp/pom.xml isn't updated.
This patch fixes it up by adding <name> fields to it.

Change-Id: I256390812a40fa2727fc2d33592aec047cafe8c5
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
neutron-hostconfig/vpp/pom.xml

index ed9b6e284a7dec11493b7643186f8ee8a3a2edc6..1febaf29f90ea2707dbca6344800d39fd621f3f7 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-hostconfig-vpp</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>bundle</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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <netconf.version>1.2.0-SNAPSHOT</netconf.version>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>