diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 15:04:52 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 15:04:52 -0700 |
commit | d367867746ec52bbc2b7eae9c02f6e099b3d271f (patch) | |
tree | a9caf7148e8ef902b062039667cfed011e57e60f /pom.xml | |
parent | 89ac8a5dd858554fe7f183a114d3b447365c465f (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: I55ebeb210f15737cc3aa6a4dbfa9194527055afc
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
@@ -10,7 +10,7 @@ <groupId>org.openecomp.aai</groupId> <artifactId>rest-client</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>AAI - rest-client</name> + <name>aai-rest-client</name> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> |