Add missing <name> fields for pom.xml files
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-features / odl-ovsdb-hwvtepsouthbound-rest / pom.xml
index d5d5036d70665432bc11178504d17634d79051b2..73793e92ae3dc5fb50b948a5ceb8fb6af959078d 100644 (file)
@@ -23,7 +23,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <version>1.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: hwvtepsouthbound :: REST</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 :: ovsdb :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
@@ -41,4 +43,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>