diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 13:28:35 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 13:28:35 -0700 |
commit | 5afd13fa087834014e7b6797f651edf2883638b3 (patch) | |
tree | 1e0bd36fba557961012a7ac3596be8773e708293 | |
parent | ce1ecde2b48c7cf840a7196fc7ae8ea0ba6cd8c4 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |