diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-08-24 11:23:36 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-08-24 11:23:36 +0800 |
commit | 0f9d240853078269168be29d2f34d72bba5eb2f3 (patch) | |
tree | 3f4af0dd93fe321da1d317d244eee48eef200633 /zte/sfc-driver/plugin-standalone/pom.xml | |
parent | 58e6e0ce4bc051a129b1ccf63ac79f303cd05cd1 (diff) |
Fix pom file of sfc-driver
Change-Id: I5e6939f545f2fae29e488e4f067d5e6f78154d66
Issue-Id: VFC-154
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/sfc-driver/plugin-standalone/pom.xml')
-rw-r--r-- | zte/sfc-driver/plugin-standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml index 42070b8..de7cab4 100644 --- a/zte/sfc-driver/plugin-standalone/pom.xml +++ b/zte/sfc-driver/plugin-standalone/pom.xml @@ -17,7 +17,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/maven-v4_0_0.xsd"> <parent> - <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-parent</groupId> + <groupId>org.onap.vfc.nfvo.driver.sfc</groupId> <artifactId>sfc-driver-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |