Cleanup project's name in Sonar 93/11193/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:43:08 +0000 (11:43 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:43:08 +0000 (11:43 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index 6a887fb..e4266bd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   </parent -->
   <groupId>org.onap.dcaegen2.platform</groupId>
   <artifactId>cli</artifactId>
-  <name>cli</name>
+  <name>dcaegen2-platform-cli</name>
   <version>1.0.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>