aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 15:04:52 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 15:04:52 -0700
commitd367867746ec52bbc2b7eae9c02f6e099b3d271f (patch)
treea9caf7148e8ef902b062039667cfed011e57e60f
parent89ac8a5dd858554fe7f183a114d3b447365c465f (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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ed0f833..22c5ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>