diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:27:13 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:27:13 -0700 |
commit | 106929a1cec2d705b908ff42913a3a8fc853209f (patch) | |
tree | 5e630936b8db5260058cfe6c101ddaf8f8e44249 /pom.xml | |
parent | 6cbbec7f1b92273157b68757da2933fb6ec43b7a (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |