summaryrefslogtreecommitdiffstats
path: root/juju/juju-vnfmadapter/pom.xml
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-09-01 16:53:52 +0800
committerluxin <luxin7@huawei.com>2017-09-01 17:20:40 +0800
commit6921bb94bab037c4396b9c5c42895c0a33b9a7ad (patch)
tree86035082db3b6fcc86d12f610da326ceaecb0fdf /juju/juju-vnfmadapter/pom.xml
parentff463b52520343fbaf840bd82480ecd4a2c34282 (diff)
Fix gvnfm juju compile problem
Fix gvnfm juju pom file and package name Change-Id: I0a098a366851d65aaeeb37f0af286a41edee39d9 Issue-Id:VFC-229 Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'juju/juju-vnfmadapter/pom.xml')
-rw-r--r--juju/juju-vnfmadapter/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/juju/juju-vnfmadapter/pom.xml b/juju/juju-vnfmadapter/pom.xml
index 8f54789..40f8a26 100644
--- a/juju/juju-vnfmadapter/pom.xml
+++ b/juju/juju-vnfmadapter/pom.xml
@@ -16,14 +16,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>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.nfvo</groupId>
<artifactId>juju-vnfmadapter</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>nfvo/drivers/vnfm/gvnfm/juju/juju-vnfmadapter</name>
<description>nfvo juju-vnfmadapter</description>