diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:42:54 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:42:54 -0700 |
commit | 164ef9a1e327345c94faf34ed8dc54ca5990961a (patch) | |
tree | ec900222cdfe2f83786d213bc150be51348ee3f1 /pom.xml | |
parent | ff62f33ca2ec3886b014afd7410805e7032990a8 (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: I6b00b9cfff8677d89a12f027cefb7380d208e0be
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ <groupId>org.openecomp.aai</groupId> <artifactId>champ</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>AAI - champ</name> + <name>aai-champ</name> <properties> <tinkerpop.version>3.0.1-incubating</tinkerpop.version> <sitePath>/content/sites/site/org/onap/aai/${project.artifactId}/${project.version}</sitePath> |