aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-26 13:28:35 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-26 13:28:35 -0700
commit5afd13fa087834014e7b6797f651edf2883638b3 (patch)
tree1e0bd36fba557961012a7ac3596be8773e708293
parentce1ecde2b48c7cf840a7196fc7ae8ea0ba6cd8c4 (diff)
Cleanup project's name in Sonarrelease-1.0.0
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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a798e5e..88ce68b 100644
--- 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>