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

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

diff --git a/pom.xml b/pom.xml
index d5a75c8..9734b8e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <artifactId>parent</artifactId>
     <version>0.0.1-SNAPSHOT</version>
 
-    <name>CCSDK Parent POMs</name>
+    <name>ccsdk-parent</name>
     <url>http://wiki.onap.org</url>
     <description>Parent POMs to be used by clients of CCSDK</description>