diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 15:04:14 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 15:04:14 -0700 |
commit | 27d224c006599c6c6f406b3d10f409bd35f453a8 (patch) | |
tree | a96639e2ccb91b4908f207bd2331f515d672b30c /pom.xml | |
parent | 62a20a25a86bdc9995e76769091931358add75ec (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: If390eb3eb303e6c8067615f123bed7ec880739ce
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 @@ <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>AAI - resources</name> + <name>aai-resources</name> <packaging>pom</packaging> <modules> <module>aai-resources</module> |