summaryrefslogtreecommitdiffstats
path: root/lcm/pom.xml
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-08-08 11:08:40 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-08-15 11:34:21 +0800
commite3f942cc4182d82284c421e345c7bd6081eec497 (patch)
tree5bb1f40197a54cf16358c6b09104d0b752b2cb65 /lcm/pom.xml
parent2874e255e0d94e87b84867e67a1a480d3e67a73d (diff)
Refactor vfc-gvnfm-vnflcm pom
As the seed code come from openo, there are some labels is openo in the pom file, change it to onap. Change-Id: I62582275880c07c443e1598876fa49cf261a25bb Issue-ID: VFC-77 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/pom.xml')
-rw-r--r--lcm/pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 2f4f74b4..7aba16f1 100644
--- a/lcm/pom.xml
+++ b/lcm/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.vnflcm</groupId>
- <artifactId>gvnfm-vnflcm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
+ <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>gvnfm-vnflcm/lcm</name>
- <description>gvnfm vnflcm</description>
+ <name>vfc/gvnfm/vnflcm/lcm</name>
+ <description>vfc gvnfm vnflcm</description>
<build>
<plugins>
<plugin>