summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvictor.gao <victor.gao@huawei.com>2017-08-17 09:35:20 +0800
committervictor.gao <victor.gao@huawei.com>2017-08-17 09:35:20 +0800
commitcb5018ceb56b983f4c0dca1f0eee9c94c1404b8f (patch)
tree960ce1afbfae249cfe1d39c386dc3041ba931a0f /pom.xml
parente585e291a7d1fc27541471d8bebb6fe36a72b9e7 (diff)
Correct maven pom groupId
Correct the mismatch between gerrit project directory and wiki groupid definition. Change-Id: I35035c67dc654e7383c5e9951f1f72986c588d57 Issue-Id:VFC-86 Signed-off-by: victor.gao <victor.gao@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ecb9746..fa4c32b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.vfc.nfvo.res</groupId>
+ <groupId>org.onap.vfc.nfvo.resmanagement</groupId>
<artifactId>resmanagement</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>