Fix VFC swagger bug
[vfc/nfvo/lcm.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1c5f788..d921409 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.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openo.nfvo</groupId>
-    <artifactId>nfvo-lcm</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <groupId>org.onap.vfc.nfvo.lcm</groupId>
+    <artifactId>vfc-nfvo-lcm</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>nfvo/lcm</name>
-    <description>nfvo lcm</description>
+    <name>vfc/nfvo/lcm</name>
+    <description>vfc nfvo lcm</description>
     <build>
       <plugins>
         <plugin>