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

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

diff --git a/pom.xml b/pom.xml
index a798e5e..88ce68b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>sdc-distribution-client</artifactId>
        <version>1.0.0</version>
-       <name>SDC Distribution Client</name>
+       <name>sdc-sdc-distribution-client</name>
        <description>An SDC Client to be used by its consumers</description>
        <properties>
                <httpclient.version>4.5</httpclient.version>