diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:23:28 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:23:28 -0700 |
commit | 5c48f1eb7c82e7a024fa4ee95a00a5ef432786b9 (patch) | |
tree | a42b091ada15ceb8f17b33c7b55dab6370b86d8d | |
parent | 6042ff29f5f1f00b537f4b92e7aeeded13810545 (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: I313b4a9e360eff2e0bfdfba3fb67c015b69ae4ca
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ <artifactId>aai-common</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>AAI - aai-common</name> + <name>aai-aai-common</name> <description>Contains all of the common code for resources and traversal repos</description> <modules> |