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

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

diff --git a/pom.xml b/pom.xml
index 78fa308..f315060 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <groupId>org.openecomp.aai.aai-service</groupId>
        <artifactId>aai-service</artifactId>
        <version>1.1.0-SNAPSHOT</version>
-       <name>aai</name>
+       <name>aai-aai-service</name>
        <packaging>pom</packaging>
        <modules>
                <module>aai-schema</module>