Cleanup project's name in Sonar 25/11425/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 22:04:52 +0000 (15:04 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 22:04:52 +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: I55ebeb210f15737cc3aa6a4dbfa9194527055afc
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index ed0f833..22c5ef0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <groupId>org.openecomp.aai</groupId>
        <artifactId>rest-client</artifactId>
        <version>1.1.0-SNAPSHOT</version>
        <groupId>org.openecomp.aai</groupId>
        <artifactId>rest-client</artifactId>
        <version>1.1.0-SNAPSHOT</version>
-       <name>AAI - rest-client</name>
+       <name>aai-rest-client</name>
         
        <properties>
               <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
         
        <properties>
               <checkstyle.config.location>google_checks.xml</checkstyle.config.location>