summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 14:47:42 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 14:47:42 -0700
commit596006433d73af57ab3d544ee30a1caf1429740d (patch)
treee9c1d87713f2968244c10ac396a5ccf789fd97b5
parent2a18e2ea0d76e1a04cc67ed4aa3d33022ffa1b44 (diff)
Cleanup project's name in Sonar
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I91e301080efaf1bdb638ac0a8d2c6c7ffd014cf4 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 c4b40ca..1cbd160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>configbinding</artifactId>
- <name>config-binding</name>
+ <name>dcaegen2-platform-configbinding</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>