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 | |
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')
-rw-r--r-- | zte/sfc-driver/plugin-standalone/pom.xml | 2 | ||||
-rw-r--r-- | zte/sfc-driver/pom.xml | 2 | ||||
-rw-r--r-- | zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml | 2 | ||||
-rw-r--r-- | zte/sfc-driver/sfc-driver/pom.xml | 2 |
4 files changed, 4 insertions, 4 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> diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml index cac41b7..6b0e2d1 100644 --- a/zte/sfc-driver/pom.xml +++ b/zte/sfc-driver/pom.xml @@ -23,7 +23,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <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> <name>vfc/nfvo/driver/sfc/zte/sfc-driver</name> diff --git a/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml b/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml index 404400d..c3842be 100644 --- a/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml +++ b/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml @@ -21,7 +21,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> <artifactId>sfc-driver-parent</artifactId> - <groupId>org.onap.nfvo.sfc-driver-parent</groupId> + <groupId>org.onap.vfc.nfvo.driver.sfc</groupId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml index f20ef34..c577847 100644 --- a/zte/sfc-driver/sfc-driver/pom.xml +++ b/zte/sfc-driver/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.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> |