Cleanup project's name in Sonar 91/13991/1 release-1.0.0
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Sep 2017 22:42:42 +0000 (15:42 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Sep 2017 22:42:42 +0000 (15:42 -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 c1067d1..57b68e9 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,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 3a7a757..f2a90e0 100755 (executable)
        </dependencyManagement>
 
 
-       <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>