summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-11 13:03:39 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-11 13:03:39 +0800
commit6bb6c19c39a9e4caece243f370972e47726b6cc2 (patch)
treebe8a9b96a5e576b4cf007a3f3f412d49b9ce389e
parent3d594455a42e8e09ed570975b46ac0a2d546c0de (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: Iecda958e4640733638f18890d4b3e964e0c59045 Issue-Id: CIMAN-65 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--zte/sfc-driver/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml
index 6b0e2d1..a83cf49 100644
--- a/zte/sfc-driver/pom.xml
+++ b/zte/sfc-driver/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <name>vfc/nfvo/driver/sfc/zte/sfc-driver</name>
+ <name>vfc-nfvo-driver-sfc</name>
<packaging>pom</packaging>
<modules>
<module>sfc-driver</module>