aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:07:02 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:07:02 -0700
commitcdd06630c3045be9232571b39dfc17143889dcd3 (patch)
tree85e986e2e552febc221d2412ee00b7614d19789b /pom.xml
parentae4572f5c9d2206ea7f96963ad170e16b0074192 (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: I12534855381bd455b88bebaad00e7e5d94d2cf4a 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 d921409a..ac70d490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<artifactId>vfc-nfvo-lcm</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>vfc/nfvo/lcm</name>
+ <name>vfc-nfvo-lcm</name>
<description>vfc nfvo lcm</description>
<build>
<plugins>