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

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

diff --git a/pom.xml b/pom.xml
index 6f83d21..f434f4c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>aai-esr-gui-parent</artifactId>
     <packaging>pom</packaging>
        <version>1.0.0-SNAPSHOT</version>
-    <name>aai-esr-gui-parent</name>
+    <name>aai-esr-gui</name>
 
     <modules>
         <module>common</module>