summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:27:18 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:27:18 -0700
commitf4130ae4c906770b229d3d58e1d76b9b3d28ac80 (patch)
tree2e730cad679bfb4b7b9b447d8968971ed214a3a0 /pom.xml
parent3c54d6792dcf434086554e97d475cce73b2397ac (diff)
Cleanup project's name in Sonar
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a671915..57a0873 100644
--- 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 -->