summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-04 12:10:20 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-04 12:11:05 +0800
commit959d329e21d28650da5317c8d3034ce570174baa (patch)
tree25fac59feb0d95181930dc0e627629cdb5ced65f
parent6346805afd9fcf4c56966751e41ee959391e8788 (diff)
Fix pom of vfc-nfvo-driver-sfc for oparent
Change-Id: I98b178475f2815db041c6bdfe15271fd566ff9e7 Issue-Id: VFC-82 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--zte/sfc-driver/plugin-standalone/pom.xml12
-rw-r--r--zte/sfc-driver/pom.xml11
-rw-r--r--zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml8
-rw-r--r--zte/sfc-driver/sfc-driver/pom.xml8
4 files changed, 19 insertions, 20 deletions
diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml
index e5cd1c7..652dbb6 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.openo.nfvo.sfc-driver-parent</groupId>
+ <groupId>org.onap.nfvo.sfc-driver-parent</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.nfvo.sfc-driver-standalone</groupId>
+ <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>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>org.openo.nfvo.sfc-driver</groupId>
+ <groupId>org.onap.nfvo.sfc-driver</groupId>
<artifactId>sfc-driver</artifactId>
<version>${project.version}</version>
</dependency>
@@ -83,7 +83,7 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.openo.nfvo.sfc-driver</groupId>
+ <groupId>org.onap.nfvo.sfc-driver</groupId>
<artifactId>sfc-driver</artifactId>
<type>jar</type>
<overWrite>true</overWrite>
diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml
index dac74d1..f9415f5 100644
--- a/zte/sfc-driver/pom.xml
+++ b/zte/sfc-driver/pom.xml
@@ -18,15 +18,14 @@
-->
<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.openo.nfvo</groupId>
- <artifactId>nfvo-root</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../pom.xml</relativePath>
+ <groupId>org.onap.nfvo</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.nfvo.sfc-driver-parent</groupId>
+ <groupId>org.onap.nfvo.sfc-driver-parent</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>nfvo/drivers/sdnc/zte/sfc-driver</name>
<packaging>pom</packaging>
<modules>
diff --git a/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml b/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml
index 3facf6f..404400d 100644
--- a/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml
+++ b/zte/sfc-driver/sfc-driver/dependency-reduced-pom.xml
@@ -21,14 +21,14 @@
<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>com.zte.ums.sfc.components.sfc-driver</groupId>
- <version>1.15.10.B2-SNAPSHOT</version>
+ <groupId>org.onap.nfvo.sfc-driver-parent</groupId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.zte.ums.sfc.components.sfc-driver</groupId>
+ <groupId>org.onap.nfvo.sfc.components.sfc-driver</groupId>
<artifactId>sfc-driver</artifactId>
<name>sdno/20.components/sfc-driver</name>
- <version>1.15.10.B2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml
index 6be12f3..73ef89c 100644
--- a/zte/sfc-driver/sfc-driver/pom.xml
+++ b/zte/sfc-driver/sfc-driver/pom.xml
@@ -18,16 +18,16 @@
-->
<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.openo.nfvo.sfc-driver-parent</groupId>
+ <groupId>org.onap.nfvo.sfc-driver-parent</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.nfvo.sfc-driver</groupId>
+ <groupId>org.onap.nfvo.sfc-driver</groupId>
<artifactId>sfc-driver</artifactId>
<name>nfvo/drivers/sdnc/zte/sfc-driver/sfc-driver</name>
<packaging>jar</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<dropwizard.version>0.8.0</dropwizard.version>
<jetty.version>9.2.9.v20150224</jetty.version>