Add missing <name> fields for pom.xml files
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-api / pom.xml
index dae374265f7f5fde94950de3fbfe3ade25650f5b..f34a67872f78182e76484a68f01ce5806e6dc2d2 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>hwvtepsouthbound-api</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
 
   <dependencyManagement>
     <dependencies>