diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 12:27:18 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 12:27:18 -0700 |
commit | f4130ae4c906770b229d3d58e1d76b9b3d28ac80 (patch) | |
tree | 2e730cad679bfb4b7b9b447d8968971ed214a3a0 /pom.xml | |
parent | 3c54d6792dcf434086554e97d475cce73b2397ac (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |