summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-04 15:25:12 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-12 11:01:58 +0800
commit0c918b3fe42e1bedf70822ab4357eea2c7b6d5a3 (patch)
tree34e0b9a241c01d79ee4e3bd3290a91d31fd2a19f /pom.xml
parent5d9be0788f14254d679a8e161651d99bb459f790 (diff)
Add vfc catalog save directory
Fix pom file and test it Test redis-support node again remove test cases which need redis Change-Id: Ib1f2de752e1a5fc4a80e67f7da4cc4c83266eb81 Issue-Id: VFC-83 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index ca13ad92..d921409a 100644
--- a/pom.xml
+++ b/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.nfvo</groupId>
+ <groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.nfvo</groupId>
- <artifactId>nfvo-lcm</artifactId>
+ <groupId>org.onap.vfc.nfvo.lcm</groupId>
+ <artifactId>vfc-nfvo-lcm</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>nfvo/lcm</name>
- <description>nfvo lcm</description>
+ <name>vfc/nfvo/lcm</name>
+ <description>vfc nfvo lcm</description>
<build>
<plugins>
<plugin>