diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-02 17:26:07 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-02 17:26:07 +0800 |
commit | 44a5bfd754f2960733b12a516b15cb0c41a30d23 (patch) | |
tree | 04390963798ab9268c20f8b0368996752799d1e5 | |
parent | a293a810aa963b23dfb6ec408c48f0b5510ab99c (diff) |
Fix vfc-gvnfmdriver sonar name
Change-Id: I5daffb38af1f39d625911d228b89a3a26cd486ae
Issue-ID: VFC-786
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r-- | gvnfmadapter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml index 4f90514..58a2112 100644 --- a/gvnfmadapter/pom.xml +++ b/gvnfmadapter/pom.xml @@ -25,7 +25,7 @@ <artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vfc-nfv-driver-vnfm-gvnfm-gvnfmadapter</name> + <name>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</name> <description>vfc nfvo drivers-vnfm-gvnfm-gvnfmadapter</description> <build> <plugins> |