diff options
author | Michael Lando <ml636r@att.com> | 2017-10-04 10:27:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-04 10:27:38 +0000 |
commit | 05f8315ebd821f34eb2abd918232fdd0eb576ead (patch) | |
tree | e8d01610954e1b34d93128c57498accc6f709470 | |
parent | 1a0f31fd14ad429a2bd399de4792384db21edaf6 (diff) | |
parent | 635d5678b51116ff2512e81773cc5ab39c0e46ca (diff) |
Merge "Cleanup project's name in Sonar" into release-1.1.0
-rw-r--r-- | sdc-distribution-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 39dbbfc..4f262b0 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/pom.xml @@ -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> |