summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:27:13 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:27:13 -0700
commit106929a1cec2d705b908ff42913a3a8fc853209f (patch)
tree5e630936b8db5260058cfe6c101ddaf8f8e44249 /pom.xml
parent6cbbec7f1b92273157b68757da2933fb6ec43b7a (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: I06cd95596ae0e1644d6c8532e20fe6dbe6a64d20 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 cd67153..8a3e1d5 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>deployment-handler</artifactId>
- <name>deployment-handler</name>
+ <name>dcaegen2-platform-deployment-handler</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>