summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-04 16:02:29 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-04 16:02:29 +0800
commit577ba153f6b13554bd8f82e92f00fa997232e22d (patch)
treefcc91b338af6c947759ad41cf2f84bc794a5de99
parent959d329e21d28650da5317c8d3034ce570174baa (diff)
Fix pom of vfc-nfvo-driver-sfc for oparent
Change-Id: Id0dc88ce7d94f82dd979cb7b36cb24a0db7dd2fa Issue-Id: VFC-82 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 f9415f5..bd1e74d 100644
--- a/zte/sfc-driver/pom.xml
+++ b/zte/sfc-driver/pom.xml
@@ -18,7 +18,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.onap.nfvo</groupId>
+ <groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>