Cleanup project's name in Sonar 13/11313/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:28:10 +0000 (13:28 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:28:10 +0000 (13:28 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index d169801..b4176f5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
   <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
   <groupId>org.onap.dcaegen2</groupId>
   <artifactId>deployments</artifactId>
-  <name>deployments</name>
+  <name>dcaegen2-deployments</name>
 
   <version>1.0.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>