summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 15:03:29 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 15:03:29 -0700
commit9877676b3ca5af19cf98abe7055c65b717096fe1 (patch)
treec58b26dad41cbffe7bb107cdb8cefaa4705941f8 /pom.xml
parentf4475e0a471b8cbb6f366679f59f5a357d7f5ad2 (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: If5f87602082becd390d3f2a899437a78be6fec8f 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 ca9e282..7e40777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<artifactId>resmanagement</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>vfc/nfvo/resmanagement</name>
+ <name>vfc-nfvo-resmanagement</name>
<description>vfc nfvo resmanagement</description>
<modules>
<module>ResmanagementService</module>