Add missing <name> fields for pom.xml files
[ovsdb.git] / library / karaf / pom.xml
index b79e36e767cb5e9903f3069a95d2856fea3163de..8a2396acb101f855f6f1ca9eecd0dde53fa84e06 100644 (file)
@@ -16,10 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>library-karaf</artifactId>
   <version>1.5.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name>
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
+  <!-- <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>
   <properties>
     <karaf.localFeature>odl-ovsdb-library</karaf.localFeature>
   </properties>