summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-26 12:57:10 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-26 12:57:10 -0700
commitbb9733516f9a2bb76b3bd486b0ce2fcc9b12eb61 (patch)
tree42dca8a47a82d3169d517486b47847a295ad1506 /pom.xml
parent7366ce6509b8013e529cae11ed382de9c6ef0934 (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: Ifaf97734f81ce35e35858aaba05b6f8c0b18513d Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a9b2c09..4d8e099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,6 @@
<artifactId>wfengine</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>vfc/nfvo/wfengine</name>
+ <name>vfc-nfvo-wfengine</name>
<description>vfc/nfvo/wfengine</description>
-</project> \ No newline at end of file
+</project>