summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/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 /ResmanagementService/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 'ResmanagementService/pom.xml')
-rw-r--r--ResmanagementService/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ResmanagementService/pom.xml b/ResmanagementService/pom.xml
index 4b3a6c1..7fe4eb1 100644
--- a/ResmanagementService/pom.xml
+++ b/ResmanagementService/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>resmanagement</artifactId>
- <groupId>org.onap.vfc.nfvo.res</groupId>
+ <groupId>org.onap.vfc.nfvo.resmanagement</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>resmanagement-service-root</artifactId>