Refactor vfc-gvnfm-vnfres pom 01/6701/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 4 Aug 2017 02:55:06 +0000 (10:55 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Fri, 4 Aug 2017 02:55:06 +0000 (10:55 +0800)
As the seed code come from openo, there are some labels
is openo in the pom file, change it to onap.

Change-Id: I9818e7f76d101eb710cb0b71544c4812cc875800
Issue-ID: VFC-77
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
.gitignore
mgr/assembly.xml
mgr/pom.xml

index 3df64fc..048f128 100644 (file)
@@ -1,4 +1,5 @@
-mgr/.idea
+.idea
+.gitignore
 mgr/logs/runtime_mgr.log
 *.pyc
 
index aef639c..10e67b1 100644 (file)
@@ -48,5 +48,5 @@
             </includes>
         </fileSet>
     </fileSets>
-    <baseDirectory>gvnfm-vnfmgr/mgr</baseDirectory>
+    <baseDirectory>vfc/gvnfm/vnfmgr/mgr</baseDirectory>
 </assembly>
index 498d0ba..a5b8e04 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.openo.oparent</groupId>
+        <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../oparent</relativePath>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openo.gvnfm.vnfmgr</groupId>
-    <artifactId>gvnfm-vnfmgr</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
+    <artifactId>vfc-gvnfm-vnfmgr</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>gvnfm-vnfmgr/mgr</name>
-    <description>gvnfm vnfmgr</description>
+    <name>vfc/gvnfm/vnfmgr/mgr</name>
+    <description>vfc gvnfm vnfmgr</description>
     <build>
       <plugins>
         <plugin>