summaryrefslogtreecommitdiffstats
path: root/lcm/pom.xml
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-04 15:26:32 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-04 15:26:32 +0800
commitffd023da94daa139a9c2f3bc987d2c2dbb38ffbc (patch)
tree88e58451ac7d961ec3a8a189adc2a656b2000a0e /lcm/pom.xml
parent1d975eabcfc994b805f3c1f44066283b3ebc139e (diff)
Add root pom for vfc-gvnfm-vnflcm
Change-Id: I990fcd1b170b9d0460cc1a9303cc83d20902e6a1 Issue-Id: VFC-259 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/pom.xml')
-rw-r--r--lcm/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 7aba16f1..47841d4e 100644
--- a/lcm/pom.xml
+++ b/lcm/pom.xml
@@ -16,17 +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.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>