summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:01:12 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:01:12 -0700
commit758f0f073825a4de478513cea4fa825e6d064238 (patch)
tree577711080fb8236c92c489e204dc44534508dc86
parentaf6099d0f94f23d744131572aa34a1d51a123f43 (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: I4d6d1422d63c528a8bf67e87e3338cc951089caf Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 00d9a5f..38e4bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>vfc/nfvo/driver/vnfm/gvnfm</name>
+ <name>vfc-nfvo-driver-vnfm-gvnfm</name>
<description>vfc nfvo drivers-vnfm-gvnfm</description>
<modules>
<module>gvnfmadapter</module>