aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 14:42:08 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 14:42:08 -0700
commitc246377da102308f617c87fdc0a8eba00ddce95b (patch)
tree165a1eb4ef493bcd9f97f350e5da29b43fac745e /pom.xml
parentca2c3ada0487ced88ebba5cf5b39af4ec578b13e (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: Ifcc5dffec40ea07449219ca3df7b0d0aaf2067f0 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9113910..87d7cf7 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>cdapbroker</artifactId>
- <name>cdapbroker</name>
+ <name>dcaegen2-platform-cdapbroker</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>