Cleanup project's name in Sonar 91/11391/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 21:49:09 +0000 (14:49 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 21:49:09 +0000 (14:49 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index eba735f..6b022cd 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
        <groupId>org.onap.ccsdk.sli.core</groupId>
        <artifactId>ccsdk-sli-core</artifactId>
 
-       <name>CCSDK Core Components</name>
+       <name>ccsdk-sli-core</name>
        <url>https://wiki.onap.org</url>
        <description>CCSDK core components contains the SLI, dblib</description>