Add root pom for vfc-gvnfm-vnflcm
[vfc/gvnfm/vnflcm.git] / lcm / pom.xml
index 7aba16f..47841d4 100644 (file)
 -->
 <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.onap.oparent</groupId>
-        <artifactId>oparent</artifactId>
+        <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
+        <artifactId>vfc-gvnfm-vnflcm</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
+    <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc/gvnfm/vnflcm/lcm</name>
-    <description>vfc gvnfm vnflcm</description>
+    <description>vfc gvnfm vnflcm lcm</description>
     <build>
       <plugins>
         <plugin>