Fix pom to inherit from oparent 99/6399/1
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 31 Jul 2017 05:41:29 +0000 (13:41 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 31 Jul 2017 05:41:29 +0000 (13:41 +0800)
Change-Id: Ie8123797c88529e6f830ba6dca1f373caa9ced35
Issue-Id: VFC-62
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1c5f788..ca13ad9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 -->
 <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>