diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-04 10:55:06 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-04 10:55:06 +0800 |
commit | 1e55f2ab82f90cc0fa9161f4511d31dc3d955226 (patch) | |
tree | e54e6224b9271636b96cd869a0e253eab920958f /mgr | |
parent | 267b303ef10f7d97bc129340fceb6775b9ea6e26 (diff) |
Refactor vfc-gvnfm-vnfres pom
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>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/assembly.xml | 2 | ||||
-rw-r--r-- | mgr/pom.xml | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mgr/assembly.xml b/mgr/assembly.xml index aef639c..10e67b1 100644 --- a/mgr/assembly.xml +++ b/mgr/assembly.xml @@ -48,5 +48,5 @@ </includes> </fileSet> </fileSets> - <baseDirectory>gvnfm-vnfmgr/mgr</baseDirectory> + <baseDirectory>vfc/gvnfm/vnfmgr/mgr</baseDirectory> </assembly> diff --git a/mgr/pom.xml b/mgr/pom.xml index 498d0ba..a5b8e04 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -16,18 +16,17 @@ --> <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> |