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

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

diff --git a/pom.xml b/pom.xml
index 3fc8732..fce592f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <artifactId>distribution-root</artifactId>
     <version>0.1.0-SNAPSHOT</version>
 
     <artifactId>distribution-root</artifactId>
     <version>0.1.0-SNAPSHOT</version>
 
-    <name>Distribution</name>
+    <name>ccsdk-distribution</name>
     <description>Creates distributuon bundles for CCSDK</description>
 
     <properties>
     <description>Creates distributuon bundles for CCSDK</description>
 
     <properties>