Cleanup project's name in Sonar 27/11327/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:37:04 +0000 (13:37 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:37:04 +0000 (13:37 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I27b72936bd7e13ad58d8bd778f6fa43522a7ec1d
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 430528e..0fd7fd0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>ems-driver</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>org/onap/vfc/nfvo/driver/ems</name>
+    <name>vfc-nfvo-driver-ems</name>
     <description>vfc ems driver</description>
     <modules>
         <module>ems</module>