Cleanup project's name in Sonar 95/13995/1 release-1.1.0
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Sep 2017 23:00:28 +0000 (16:00 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Sep 2017 23:00:28 +0000 (16:00 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: Iec07d6e3d99280f48f5ffc1f42f71adfc2c0c874
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml
rootpom/pom.xml

diff --git a/pom.xml b/pom.xml
index 1364e95..f320184 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>sdnc-core</artifactId>
 
-       <name>SDN-C Core Components</name>
+       <name>sdnc-core</name>
        <url>https://wiki.openecomp.org</url>
        <description>The SDN-C core components contains the SLI, dblib and root pom</description>
 
index 7045309..8e4d289 100644 (file)
@@ -9,7 +9,7 @@
        <version>1.1.0</version>
 
 
-               <name>SDNC Root</name>
+               <name>sdnc-core</name>
                <url>http://wiki.onap.org</url>
                <description>Root POM to be used for all SDNC projects</description>