Cleanup project's name in Sonar 95/15695/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 26 Sep 2017 20:25:51 +0000 (13:25 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 26 Sep 2017 20:25:51 +0000 (13:25 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: Ieabadd467699aae96532f9a6a276a2c7d86c7fa2
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
sdc-distribution-client/pom.xml

index a23f4a3..a180795 100644 (file)
@@ -10,7 +10,7 @@
        </parent>
 
        <artifactId>sdc-distribution-client</artifactId>
-       <name>SDC Distribution Client</name>
+       <name>sdc-sdc-distribution-client</name>
        <description>Distribution client JAR file to use by consumers</description>
        <packaging>jar</packaging>