summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-07-31 13:41:29 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-07-31 13:41:29 +0800
commit5d9be0788f14254d679a8e161651d99bb459f790 (patch)
treeed32acfce7f2532a1608e93f57d2145722354fb7 /pom.xml
parentbcf49a37cdf5da54fba35e65bdffb9d95babfc4c (diff)
Fix pom to inherit from oparent
Change-Id: Ie8123797c88529e6f830ba6dca1f373caa9ced35 Issue-Id: VFC-62 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 1c5f788b..ca13ad92 100644
--- a/pom.xml
+++ b/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.nfvo</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.nfvo</groupId>
+ <groupId>org.onap.nfvo</groupId>
<artifactId>nfvo-lcm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>nfvo/lcm</name>
<description>nfvo lcm</description>