summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/pom.xml
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-08-04 12:04:00 +0800
committeryunlong ying <ying.yunlong@zte.com.cn>2017-08-07 23:23:22 +0000
commitc70b72ba6982e077d997f5ea87e4dd3e2ff5634c (patch)
tree2e752bd50b107e87015befe10c1313e13c6ca987 /gvnfmadapter/pom.xml
parentb74d493512d0f915f57a427aa53b1b87deabbda6 (diff)
Refactor vfc-gvnfm-zte-driver pom file
As the seed code come from openo, there are some labels is openo in the pom file, change it to onap. Change-Id: Ib98bb7397fb5275fa4d751b14871824954e150fc Issue-ID: VFC-77 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/pom.xml')
-rw-r--r--gvnfmadapter/pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml
index 6424504..efaf338 100644
--- a/gvnfmadapter/pom.xml
+++ b/gvnfmadapter/pom.xml
@@ -16,18 +16,17 @@
-->
<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.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.nfvo</groupId>
- <artifactId>drivers-vnfm-gvnfm-gvnfmadapter</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm.gvnfmadapter</groupId>
+ <artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>nfvo/drivers/vnfm/gvnfm/gvnfmadapter</name>
- <description>nfvo drivers-vnfm-gvnfm-gvnfmadapter</description>
+ <name>vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter</name>
+ <description>vfc nfvo drivers-vnfm-gvnfm-gvnfmadapter</description>
<build>
<plugins>
<plugin>