Cleanup project's name in Sonar 23/11423/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 22:04:14 +0000 (15:04 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 22:04:14 +0000 (15:04 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index aa6f814..ddb34a7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>AAI - resources</name>
+    <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
         <module>aai-resources</module>