Add missing <name> fields for pom.xml files 15/52715/6
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 3 Mar 2017 04:50:58 +0000 (14:50 +1000)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 19 May 2017 08:50:24 +0000 (08:50 +0000)
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: Ib3621b8a5f2aa1e0b50aa0968b0b728081993772
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
50 files changed:
commons/it/pom.xml
commons/pom.xml
hwvtepsouthbound/hwvtepsouthbound-api/pom.xml
hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/features4/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-api/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-rest/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-test/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-ui/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
hwvtepsouthbound/hwvtepsouthbound-it/pom.xml
hwvtepsouthbound/hwvtepsouthbound-karaf/pom.xml
hwvtepsouthbound/pom.xml
library/artifacts/pom.xml
library/features/features/pom.xml
library/features/features4/pom.xml
library/features/odl-ovsdb-library/pom.xml
library/features/pom.xml
library/impl/pom.xml
library/it/pom.xml
library/karaf/pom.xml
library/pom.xml
schemas/hardwarevtep/pom.xml
schemas/openvswitch/pom.xml
schemas/pom.xml
southbound/pom.xml
southbound/southbound-api/pom.xml
southbound/southbound-artifacts/pom.xml
southbound/southbound-features/features/pom.xml
southbound/southbound-features/features4/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-api/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-rest/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-ui/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml
southbound/southbound-features/pom.xml
southbound/southbound-impl/pom.xml
southbound/southbound-it/pom.xml
southbound/southbound-karaf/pom.xml
utils/config/pom.xml
utils/hwvtepsouthbound-utils/pom.xml
utils/mdsal-utils/pom.xml
utils/ovsdb-it-utils/pom.xml
utils/pom.xml
utils/servicehelper/pom.xml
utils/southbound-utils/pom.xml
utils/yang-utils/pom.xml

index 42cda856ec0a0276dfa4e42bf0a31c475eb6e436..369eb58c59bb3cec7e4f0244f20480d6de3a5f78 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>it</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index f5dd059f0fe69f912de1668153058cd0ff9b7b36..a53e9f7d14f9aa3b6fcecae9a6dbb1e16a404f9a 100644 (file)
@@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>parents</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
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>
index 4f907f8e016e578a5e186331f8835e827b9f6dd7..c7efca4c0a4cb3274d9cb3180763480ae2fd6ddd 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>hwvtepsouthbound-artifacts</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
 
   <dependencyManagement>
     <dependencies>
index baa41362d265ea52f864622d5074af9bcef81d18..225f069e95ee869de92e8421cd8f8616c17ed67a 100644 (file)
@@ -15,7 +15,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>hwvtepsouthbound-features</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <properties>
     <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
index 1acf5fae599080bd785add6cd42d42500596c617..6c101bdbf694525ceb88f929561dae30ec60e415 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <artifactId>hwvtepsouthbound-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>
@@ -60,4 +63,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>
index ca5b0c16574403a194d89519c0a6d5738308a1b2..96b65f97c5eecceb936ce20436a8b24d0297f912 100644 (file)
@@ -15,6 +15,9 @@
     <artifactId>odl-ovsdb-hwvtepsouthbound-api</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>
@@ -30,4 +33,4 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
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>
index 0e4f7608bf25e21984e3e84d1491e9964442ee54..461e45f787288cf5947ee02fb54cd48f6b67e9bd 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 :: test</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>
@@ -39,4 +41,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index 355fba55c14a1741a5105ce3b46782392a946242..5a099d4b35f81fabca331e4f8ce0c85485d74253 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 :: UI</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>
@@ -48,4 +50,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>
index 2d5360e6db1f613267ba99af7f1ca594482a3ece..30df752905f8df87cb58971250bbeb67e1237315 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</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>
@@ -53,4 +55,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index cf7e5c42e80acb3408aa78ca36536da8504f65f9..8b2d9213076060db2e79a9e72796a4fbd8bfa13d 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>hwvtepsouthbound-features-aggregator</artifactId>
   <version>1.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <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 :: ovsdb :: ${project.artifactId}</name>
 
   <modules>
     <module>features</module>
index 86f3b9499f34ca57863d28a83d0fd322b898a6a7..a11db3c5df640f3b2efda974130d7d174237b50c 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>hwvtepsouthbound-impl</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>
   <dependencies>
     <!-- project specific dependencies -->
     <dependency>
@@ -127,4 +130,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>
index 62077fc4f13c85d98f30247b5e75287e92d031a9..137f027a49e1be0910a44e991341a862c1fdcd17 100644 (file)
@@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>hwvtepsouthbound-it</artifactId>
   <version>1.5.0-SNAPSHOT</version>
   <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 :: ovsdb :: ${project.artifactId}</name>
   <properties>
     <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
   </properties>
index 44202352f2c31c3d3cf9565d84f00f94f9970a75..423bf0836e2dcfda1a6aa465954a3427ee1367c5 100644 (file)
@@ -16,7 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>hwvtepsouthbound-karaf</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <properties>
     <karaf.localFeature>odl-ovsdb-hwvtepsouthbound-ui</karaf.localFeature>
   </properties>
index b522bf97e135e0221e607d87ea2b06367d498f85..375b92ddf0af57cc46ad6b870b9d6f1cc8ab289f 100644 (file)
@@ -17,7 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>hwvtepsouthbound-aggregator</artifactId>
   <version>1.5.0-SNAPSHOT</version>
-  <name>hwvtepsouthbound</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>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <modules>
index 9bf2e66d1ae661bbcf01057ff578485b0dd0e6d1..db8e86a98b03701efcd33be4341498ce488b9eb9 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>library-artifacts</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
 
   <dependencyManagement>
     <dependencies>
index 353d0de99fc03f8444274926ac2fecdf88433d5a..b57c3a08b86daa206212e6e309822f6cb99974a6 100644 (file)
@@ -15,7 +15,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>library-features</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <properties>
     <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
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>
index dfa6a709e0b662a3773e5e56b977ef9651272313..a8bf4cf9491693b052c7edc3c020ed4d15aa98ae 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 :: library</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>
@@ -80,4 +82,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index dabdc20ce053cda842694f6f0831ae5c6df951f5..0c325592582cedd7b2f0ac2b001e66cac8a750eb 100644 (file)
@@ -17,7 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>library-features-aggregator</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
   <modules>
index dd99cefd6a111295c3f6e955564a0e5aca0e47c7..96603d4c3980e4843a27bb982ae5b233dcd88eae 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>library</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>
 
   <properties>
     <sonar.jacoco.itReportPath>../it/target/jacoco-it.exec</sonar.jacoco.itReportPath>
index 8fae765e7611ba1675deca607fc98d36a88c2ffe..6d7ec466dc7f810a1d9dc3f356d61308433e0896 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>library-it</artifactId>
   <version>1.5.0-SNAPSHOT</version>
   <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 :: ovsdb :: ${project.artifactId}</name>
 
   <properties>
     <karaf.distro.groupId>org.opendaylight.ovsdb</karaf.distro.groupId>
@@ -99,4 +102,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>
index 3a843eb45cc97ecdb1fab3e243619e95b8210459..8a2396acb101f855f6f1ca9eecd0dde53fa84e06 100644 (file)
@@ -16,7 +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>
+  <!-- <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>
index 70afe3f3d4ba79b97f94b29ff8d49c6bc9ea01c7..e8038c88ac81fdf2f1258eac36047e32f3fa2c3c 100644 (file)
@@ -18,7 +18,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>library-aggregator</artifactId>
   <version>1.5.0-SNAPSHOT</version>
-  <name>library</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>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
index d7848b53b676e3a226966725a8e3a33dc8c91b6b..de2228f516ce24c90c82e467b2dfe7afbcc7bac0 100755 (executable)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>schema.hardwarevtep</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>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index ae3134305cab3b1ccf643cf4ff9472ce5513a535..9d25282aa5f0b9aeafb9b00fced4e72303734f02 100755 (executable)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>schema.openvswitch</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>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index 953fd578eff253474df79f6c2d92567eb002e389..4f839df918b9ae8c3c5dd9d294994108f6195850 100644 (file)
@@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>schemas</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
index 58470e5d36e8cc3b5b38ec4002cf90f586094699..74005a9a9c6a23dddc925ce07bff91f44d98ce48 100644 (file)
@@ -17,7 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>southbound-aggregator</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
index 839ae71ff5f460ab56669695b6ef7869550bf34b..b052c28ba7e25fb0502247c9b22413afe4f2f2b1 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>southbound-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>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index 198981b3f8931e4d76d9d61becff8bc36f195647..7362a94682f44a2fdd77dd40720b2333970cdce0 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>southbound-artifacts</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index fa3486113d75ae670c6d2c4c4a5e3532396a7874..3394de1bc9f58b99d0ae98df2ebdc92e31b45165 100644 (file)
@@ -15,7 +15,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>southbound-features</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
index 96087b117aaa7c94e91be072755c3a19b64da6e1..4d5fcd3fa5cc122099ba9e0647e5fc82ca3883a0 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <artifactId>southbound-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>
@@ -60,4 +63,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>
index 5ae9eca4ad47a2852b8d10c3c06bcf1738db1ca9..9c9ecc48ead7dc331e885910c20da6a1b980affe 100644 (file)
@@ -22,8 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <artifactId>odl-ovsdb-southbound-api</artifactId>
     <version>1.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
-    <name>OpenDaylight :: southbound :: api</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>
@@ -39,4 +40,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index 77dd0fd9f1c0ddb23537eb7bda687be45906520a..84b6ce27a2ebbbfcbcad60f7555b9144169d28ff 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 :: southbound :: impl :: 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>
index 767e66cea7ff510ed8c217fcb17a3c2a68f5adeb..4a799b8f762a8b90d358de9d8286064f939b0510 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 :: southbound :: impl :: UI</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>
index e85a0649f4fd181e824637a3bc8ff9b10ffc4edb..8353bb58f571510e73e9b4c1a274aea235ff0e42 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 :: southbound :: impl</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>
@@ -72,5 +74,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <feature version="${project.version}">odl-ovsdb-library</feature>
   </feature>
     -->
-    
-</project>
\ No newline at end of file
+
+</project>
index 9f0ffb8637f0d76b02d208ff2a6840cee7b8280e..795d1ad53df74f3ed902bb3d8c8a556572b7c419 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 :: southbound :: test</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>
@@ -53,4 +55,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <scope>provided</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index 7932e9813671c8fe4daacfb4396eb0b107f4711c..4659ae44de8df839751f132b263a9fdb910c9e7a 100644 (file)
@@ -20,7 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>southbound-features-aggregator</artifactId>
     <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
     <modules>
@@ -48,4 +50,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <url>${nexus.site.url}/${project.artifactId}/</url>
         </site>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>
index 8d73b7d47689f44d6728eb1afb50965c345cd483..c1ba02b17948e9ff5b5f2bad953504f321d741d2 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>southbound-impl</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>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
@@ -185,4 +188,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>
index 358d64c951cfb8dd2fa530be8ae76815cc914a8b..81237c1a235f5db2c635a6677ebc808dcab50600 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>southbound-it</artifactId>
   <version>1.5.0-SNAPSHOT</version>
   <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 :: ovsdb :: ${project.artifactId}</name>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index 72a0c86681eefc406938b65fd6dea236d8f1b04e..74fff72faa276ed51d65ac16df5651bb1f3014c2 100644 (file)
@@ -16,7 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>southbound-karaf</artifactId>
   <version>1.5.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 :: ovsdb :: ${project.artifactId}</name>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index 24c6e9af9c1e1b3306da374e3e655bd9fd48d9c9..b766379612af9d6b6ab73c5c5f997591cd9cdaa2 100644 (file)
@@ -20,8 +20,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils.config</artifactId>
-  <name>${project.artifactId}</name>
   <version>1.5.0-SNAPSHOT</version>
+  <!-- <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>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
index 97086a0d31d042a71dd3ac810c872f96cde0219a..65cad099b87edbe01a019dd6305ddc2a5bebd65e 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>utils.hwvtepsouthbound-utils</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>
 
   <dependencies>
     <!-- project specific dependencies -->
index 7d4a1c987596aba4c93bd65e08de32b9c2f0d6eb..2795e11e8765e1ba782e92a3907a8443e5a5537e 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>utils.mdsal-utils</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>
 
   <developers>
     <developer>
index 7351ed35ff21ac848e0067dde4151f2cf9bf4f4e..54b86d9eb70b7e1d24cb991ac23da628a7e0b5e9 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>utils.ovsdb-it-utils</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>
 
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
index ec4881bf02b3873f3abf002200b57bd2753658f2..c9f6bcc29c129e19f353471fd8876f74a77058fc 100644 (file)
@@ -21,8 +21,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils</artifactId>
   <version>1.5.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name>
   <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 :: ovsdb :: ${project.artifactId}</name>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index b6a3bb58b71ca15e1d3b213c831e9040e813c6a4..3d352c1fd602f6e49d44f8fe8377fa63f80f577f 100644 (file)
@@ -22,6 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>utils.servicehelper</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>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
     <license>
index 69b0d8c068df43c8afdcc774c82007a3ebf4e959..8eaa9a5d7b43e352637e8b21092f8be20158c3df 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>utils.southbound-utils</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>
 
   <dependencies>
     <!-- project specific dependencies -->
index 93426c4f8cfc26e53b593aa71958b9b6992c80c1..d8fdb94ba6078bb8aa534c1290d8555fc9e70900 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>utils.yang-utils</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>
 
   <dependencies>
     <dependency>