diff options
author | Murali <murali.p@huawei.com> | 2017-08-22 12:00:06 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-08-22 12:00:06 +0000 |
commit | 5f476c006a777667b544e751c3278c0c6e95b297 (patch) | |
tree | 0638b09bf9370c05d1e538762f3f4c1f0200cca7 /vnfmarket-be/deployment | |
parent | ac30fd807944ed4f8f604595df827038a3f42f78 (diff) |
correct the parent pom name
Change-Id: I9fc12774ba7d9748865a6220edca00054bda34c5
Jira:VNFSDK-53
Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment')
-rw-r--r-- | vnfmarket-be/deployment/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/deployment/pom.xml b/vnfmarket-be/deployment/pom.xml index cfa6cc01..8f154450 100644 --- a/vnfmarket-be/deployment/pom.xml +++ b/vnfmarket-be/deployment/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.vnfsdk.refrepo</groupId> - <artifactId>vnfmarket</artifactId> + <artifactId>vnf-sdk-marketplace-core-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |