summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:13:30 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:13:30 -0700
commit7813ad1766bb168f92ce6c0c10a6926a2f00b519 (patch)
tree79eafe50caab8c7b52d3184f471b2732dcc65d95 /pom.xml
parente1320277b29ef4ac5effd7264d9549f84e9deec5 (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: I4eca5b435c2a68c10ab1d9abd3bade58941b1cb8 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 93e6af5..507459b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.openecomp.aai.model-loader</groupId>
<artifactId>model-loader</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <name>AAI - model-loader</name>
+ <name>aai-model-loader</name>
<properties>
<docker.location>${basedir}/target</docker.location>