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

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

diff --git a/pom.xml b/pom.xml
index a671915..57a0873 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
    <version>1.1.0-SNAPSHOT</version>
-   <name>Core Data Router Components</name>
+   <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
       <!-- Sonar Properties -->