Add missing <name> fields for pom.xml files
[ovsdb.git] / library / features / features4 / pom.xml
index c452daa430583a6b97c46344526b85a76e8cd909..705b924843db6f2b61d73d98af9394b8d1394fb0 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <artifactId>library-features4</artifactId>
     <version>1.5.0-SNAPSHOT</version>
     <packaging>feature</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>
 
     <dependencies>
         <dependency>
@@ -32,4 +35,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <classifier>features</classifier>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>