Remove vfc-gvnfm-vnfres openo labels 45/7545/10
authorying.yunlong <ying.yunlong@zte.com.cn>
Sat, 12 Aug 2017 06:26:53 +0000 (14:26 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 15 Aug 2017 07:03:38 +0000 (15:03 +0800)
Change-Id: I5640e0b93d27e64a14a8c6079b80c0fc1cff99a5
Issue-ID: VFC-85
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
zte/sfc-driver/plugin-standalone/pom.xml
zte/sfc-driver/pom.xml
zte/sfc-driver/sfc-driver/pom.xml

index 652dbb6..42070b8 100644 (file)
 -->
 <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>
                         </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>
                         <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>
index bd1e74d..cac41b7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 
-    Copyright 2016 ZTE Corporation.
+    Copyright 2016-2017 ZTE Corporation.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
       <version>1.0.0-SNAPSHOT</version>
   </parent>
        <modelVersion>4.0.0</modelVersion>
-    <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>
-       <name>nfvo/drivers/sdnc/zte/sfc-driver</name>
+       <name>vfc/nfvo/driver/sfc/zte/sfc-driver</name>
        <packaging>pom</packaging>
       <modules>
         <module>sfc-driver</module>
index 73ef89c..f20ef34 100644 (file)
 -->
 <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.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</groupId>
+    <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId>
     <artifactId>sfc-driver</artifactId>
-    <name>nfvo/drivers/sdnc/zte/sfc-driver/sfc-driver</name>
+    <name>vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver</name>
     <packaging>jar</packaging>
     <version>1.0.0-SNAPSHOT</version>
     <properties>