diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-12 14:26:53 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-15 15:03:38 +0800 |
commit | 58e6e0ce4bc051a129b1ccf63ac79f303cd05cd1 (patch) | |
tree | 8c7e8f6e30cca0c403141a9c04ff6096499c0950 /zte/sfc-driver/plugin-standalone/pom.xml | |
parent | 577ba153f6b13554bd8f82e92f00fa997232e22d (diff) |
Remove vfc-gvnfm-vnfres openo labels
Change-Id: I5640e0b93d27e64a14a8c6079b80c0fc1cff99a5
Issue-ID: VFC-85
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'zte/sfc-driver/plugin-standalone/pom.xml')
-rw-r--r-- | zte/sfc-driver/plugin-standalone/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml index 652dbb6..42070b8 100644 --- a/zte/sfc-driver/plugin-standalone/pom.xml +++ b/zte/sfc-driver/plugin-standalone/pom.xml @@ -17,20 +17,20 @@ --> <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.nfvo.sfc-driver-parent</groupId> + <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-parent</groupId> <artifactId>sfc-driver-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.nfvo.sfc-driver-standalone</groupId> - <artifactId>nfvo-drivers-sdnc-zte-sfc-driver</artifactId> - <name>nfvo/drivers/sdnc/zte/sfc-driver/plugin-standalone</name> + <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone</groupId> + <artifactId>vfc-nfvo-driver-sfc-zte-sfc-driver</artifactId> + <name>vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone</name> <packaging>pom</packaging> <version>1.0.0-SNAPSHOT</version> <dependencies> <dependency> - <groupId>org.onap.nfvo.sfc-driver</groupId> + <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId> <artifactId>sfc-driver</artifactId> <version>${project.version}</version> </dependency> @@ -83,7 +83,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.nfvo.sfc-driver</groupId> + <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId> <artifactId>sfc-driver</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -107,7 +107,7 @@ </goals> <configuration> <tasks name="${project.artifactId}"> - <zip destfile="target/nfvo-drivers-sdnc-zte-sfc-driver-${project.version}.zip" update="true"> + <zip destfile="target/vfc-nfvo-driver-sfc-zte-sfc-driver-${project.version}.zip" update="true"> <zipfileset dir="target/assembly" includes="**"/> </zip> </tasks> @@ -128,7 +128,7 @@ <configuration> <artifacts> <artifact> - <file>target/nfvo-drivers-sdnc-zte-sfc-driver-${project.version}.zip</file> + <file>target/vfc-nfvo-driver-sfc-zte-sfc-driver-${project.version}.zip</file> <type>zip</type> </artifact> </artifacts> |