Add missing <name> fields for pom.xml files 99/52699/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 3 Mar 2017 01:33:53 +0000 (20:33 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 3 Mar 2017 01:33:53 +0000 (20:33 -0500)
This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:

    ODL :: <groupId> :: <artifactId>

This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522

Change-Id: I8874717d4c30d835ef1233344148a558401aed88
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
45 files changed:
alivenessmonitor/alivenessmonitor-api/pom.xml
alivenessmonitor/alivenessmonitor-impl-protocols/pom.xml
alivenessmonitor/alivenessmonitor-impl/pom.xml
alivenessmonitor/pom.xml
arputil/arputil-api/pom.xml
arputil/arputil-impl/pom.xml
arputil/pom.xml
artifacts/pom.xml
commons/binding-parent/pom.xml
commons/config-parent/pom.xml
commons/it-parent/pom.xml
commons/pom.xml
commons/testutils/pom.xml
fcapsapplication/fcapsapplication-impl/pom.xml
fcapsapplication/fcapsapplication-jmxapi/pom.xml
fcapsapplication/pom.xml
fcapsmanager/alarmmanager/pom.xml
fcapsmanager/countermanager/pom.xml
fcapsmanager/fcaps-api/pom.xml
fcapsmanager/pom.xml
features/genius-features/pom.xml
features/pom.xml
idmanager/idmanager-api/pom.xml
idmanager/idmanager-impl/pom.xml
idmanager/idmanager-shell/pom.xml
idmanager/pom.xml
interfacemanager/interfacemanager-api/pom.xml
interfacemanager/interfacemanager-impl/pom.xml
interfacemanager/interfacemanager-shell/pom.xml
interfacemanager/pom.xml
it/pom.xml
itm/itm-api/pom.xml
itm/itm-impl/pom.xml
itm/pom.xml
karaf/pom.xml
lockmanager/lockmanager-api/pom.xml
lockmanager/lockmanager-impl/pom.xml
lockmanager/pom.xml
mdsalutil/mdsalutil-api/pom.xml
mdsalutil/mdsalutil-impl/pom.xml
mdsalutil/mdsalutil-testutils/pom.xml
mdsalutil/pom.xml
resourcemanager/pom.xml
resourcemanager/resourcemanager-api/pom.xml
resourcemanager/resourcemanager-impl/pom.xml

index edc709b0bc6b7b4aa538a6a46dafdcdafc4c294d..1337ff73ee2643dfc28bad7a31125840b2b54674 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>alivenessmonitor-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index e758bf3a235cdbc6028acb47ddb9fb8aa4cb4532..f33160f2e771da1037e8dd4b7c9c2bb9bdf42b9d 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>alivenessmonitor-impl-protocols</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 86c6cd604373c8ae674445176558cf501b35908f..760a36bf11e443f4f526fa216f5c9da1313051ea 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>alivenessmonitor-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 7753c95401d75f5404ddd0d533c26d68dc75f7b4..198e9d5f98d88800a63dea0044f12881a7d17f67 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>alivenessmonitor-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>alivenessmonitor</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index 15aa708cec96f08ec3ee9e32e49697f96c7f0725..6b79f049a56684e8dc92708757ab9897b9daa1ae 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>arputil-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 1a16622111e57f792635d9741c2abe34463f03d5..f96264df5cac10052d59ddf1f30050e8c82c64f2 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>arputil-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 270ca4888776bc007cb3922b88a40c18c0ab9ec1..10d00fc98cf3921a685671bc7eea059ead7d43b4 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>arputil-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>arputil</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index 9bf5147a57cae1e41df12cc202ab4db67880843c..5c7f8920cb714c755aea2257a9497e145b6dfee8 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>genius-artifacts</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</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 :: genius :: ${project.artifactId}</name>
 
   <dependencyManagement>
     <dependencies>
index e64afebe93cf2e58359a2c9450a206fc40d2ed74..9a4b8ea969755d59d69abafb7da65ae4a6265265 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>binding-parent</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</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 :: genius :: ${project.artifactId}</name>
 
   <properties>
     <genius.version>0.2.0-SNAPSHOT</genius.version>
index d0e6cd2516b5de13106e4d70abd3cb012e3df455..bfeb24dad30b875b7067fb371c7dfc8ebfd2a456 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>config-parent</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</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 :: genius :: ${project.artifactId}</name>
 
   <properties>
     <!-- ODL -->
index e18c582d58034118a8eee2784152c8344a609e70..8646dbf471acb8741ccf88877dfcd123c48a2d8f 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>it-parent</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</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 :: genius :: ${project.artifactId}</name>
 
   <properties>
     <skip.surefire.tests>false</skip.surefire.tests>
index e30be655488d412a97f7835dd466d5d955520951..4698c610bfa236338570557d16a4dc2cd197ca63 100644 (file)
@@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>commons</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name> <!-- Used by Sonar to set project 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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
   <modules>
index 07172cb93bf97991da6c25d3c334f8d74da94add..f6230e7b3037bb6ab006a62f552f2e6fc66cf679 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>testutils</artifactId>
   <packaging>pom</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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <!-- Do *NOT* use <scope>test here... the project which depends on this project will use <scope>test for
index 3e6bd9c04be0a9f7b4e837071f1efa2795c548d5..d737b4d9477cd7b3028640e2cd82139b1ae38f30 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>fcapsapplication-impl</artifactId>
   <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 452ca0da819f3528b6498c739f8a5fcd72813687..da04264ada1ce99fa5a212329b1f867394ec1fe2 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>fcapsapplication-jmxapi</artifactId>
   <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
 
   <build>
     <plugins>
index 449220bcb417f84b9fce41533190738c8d3a1d62..6c5718889ed699415104bddba4abe4850a1db2c8 100644 (file)
@@ -17,7 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <groupId>org.opendaylight.genius</groupId>
     <artifactId>fcapsapplication</artifactId>
     <version>0.2.0-SNAPSHOT</version>
-    <name>fcapsapplication</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 :: genius :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <prerequisites>
@@ -46,4 +48,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
index 66b75530b7f3aade683805e422de93a11c02e302..1f0edf37ad58c6791c3e00f381c017033b62804f 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <artifactId>alarmmanager</artifactId>
     <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
@@ -28,7 +31,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>
index 6a1f8393a54b63fd6b4f99466d8029981ec46014..3bb5b96b554bba67678930ee67a3c011fb3de3ff 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>countermanager</artifactId>
   <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
 
   <properties>
     <maven-bundle-plugin.version>2.5.3</maven-bundle-plugin.version>
index 083b2ed8cf3f1b627429d47630e479e35526e2f0..a406eaada60e3b81a4f66cfc721410c27428d9e4 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>fcaps-api</artifactId>
   <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 04afc15b78175e9f0ba3673ad34f2ac832c364b0..d93996c9c602feeee94b978e5ac7a4aa6e3fbd17 100644 (file)
@@ -17,7 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <groupId>org.opendaylight.genius</groupId>
     <artifactId>fcapsmanager</artifactId>
     <version>0.2.0-SNAPSHOT</version>
-    <name>fcapsmanager</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 :: genius :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <prerequisites>
@@ -47,4 +49,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
index 478bfdff2d0cb1a932e4e9ce791eaa47d78cb1ff..7ef2d54891e9c3517251baa89547fcd2d0116c22 100644 (file)
@@ -20,7 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>genius-features</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>${project.artifactId}</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 :: genius :: ${project.artifactId}</name>
 
   <prerequisites>
     <maven>3.1.1</maven>
index f40e45b2a7fce098506f7c227251fe1ddaaf3a85..2f9df735e4175f1e7afcc82b9f1826d2082a5fb2 100644 (file)
@@ -20,7 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <groupId>org.opendaylight.genius</groupId>
     <artifactId>genius-features-aggregator</artifactId>
     <version>0.2.0-SNAPSHOT</version>
-    <name>${project.artifactId}</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 :: genius :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
     <modules>
index a4a9c78a2b719f52511b7a82399a9aeb5f8c8e94..124ad861f724113e99099a88698e36d6f1b3d74a 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>idmanager-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 70be4623d9daf595563df130c00f729a3b9c7733..8a6f5ac86dcd518768c418bfe920b0e74d23a065 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>idmanager-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 6924ab8ed2ab8a6f784df32f43e891f4fa0938b7..89ef38d5f18ff8074c952238e640fc159d37d6c5 100644 (file)
@@ -20,6 +20,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>idmanager-shell</artifactId>
   <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
index c6265d3f98be464628ea8e688a5bba335828d320..dfe17392ce55cce26ea46771738d279f031bb8f6 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>idmanager-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>idmanager</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index c68370b2aeaa4ea21c9a8771e195274180bb8699..d24da0bddb3496bee47e1943f973e74764f31818 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>interfacemanager-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 72e7bb40659884a3a0eb011521481ad30b11f1a8..8b5e4543f8cb22fde24417e1be06bfddb570d3a5 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>interfacemanager-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index a34374d2bb1d933594954ad2e77903de84481df8..190f780041573c1a5f28dd7f2a75cb7fb7344de3 100644 (file)
@@ -20,6 +20,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>interfacemanager-shell</artifactId>
   <version>${genius.version}</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 :: genius :: ${project.artifactId}</name>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
index e0ed5616eae907c17f6285321e34769bec722940..18becfd04281fd6d82d125be9d8b5bc6d70d536a 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>interfacemanager-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>interfacemanager</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index cdfe39fe32981ca2f1cf67e5183beb2a992ce208..4a48b4c893d7db323b13d366851792726bb80882 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <artifactId>genius-it</artifactId>
   <packaging>jar</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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 4d54397033b7b4bb12b1b83e8a509801a181a00b..21bb5891f7688f398cb515ebd03864e7053f80bc 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>itm-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 39c59aba0d02e8839a50077d990555d540ddcd6e..250e20f6490c514db5141f6099e713e971dbd3a9 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>itm-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 0a95e274cb046338ced21e62c0f92c22e046c673..5b58170585f1aa4a430f5a5b1125522afa735251 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>itm-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>itm</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index bd60d49d381dc2159a00ca755e18987f3d764fbd..d51a4d5c14075a772020fce9beb4c6dad1b70672 100644 (file)
@@ -19,7 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>genius-karaf</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>${project.artifactId}</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 :: genius :: ${project.artifactId}</name>
 
   <prerequisites>
     <maven>3.1.1</maven>
index 0cb84aad6c83a050bcb4553200791d8eebd23be2..c7b6c851bd6b35ccc7a509e0dd6d8b08b9fe60f0 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>lockmanager-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index fd972eac97e41fc12adc99609af6241bb4a2a235..f37fd57096d76301c80b2199dbd71b76727c7479 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>lockmanager-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 6fea99f7927270f496a9379402c327cc855d64ab..012475071fd770047d6bd7e58cb138d7137723fc 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>lockmanager-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>lockmanager</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index d7117d64c6f8ad07147a965bbc8a5ff40ef1e680..4e86089c9bf3d96897fc46590aeb41b8fdd5b06a 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>mdsalutil-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
 <dependencies>
   <dependency>
index 2bee0d3d28794b9cb7dcc8ad5e92df4bc02ca3f9..81a3557742cb08147cc78e0a49ab85de90a7c014 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>mdsalutil-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index cfa3f13806feee74602a40cef65eceda88d8112b..d6b31488be699a779466e47f7b4f905332d4ba11 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>mdsalutil-testutils</artifactId>
+  <!-- <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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 3b2a457e09fcdc22cfbf6caabc9a5a42aa247042..474cc45fb60340f276fa38be76a625b6cc3409c8 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>mdsalutil-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>mdsalutil</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index 9c43a83ab675b30f1a4c9288a07d8ba7092c9eec..5b5ef1972f483e848bf9ad213ce926ccbcc0417c 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>resourcemanager-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>resourcemanager</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 :: genius :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
index b2404e067c7f2ed9f4b4bcd886d25ebff2beeef1..3285e658c55c2141f14cccdf41ef8b27ebfc6b8e 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>resourcemanager-api</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index c6afd99f6c9a1d57e1afba093ef5f9a068044e64..bb5a16483e7668bfa31acabc7e798a0e123ab7e8 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>resourcemanager-impl</artifactId>
   <version>0.2.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 :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>