diff options
author | Murali-P <murali.p@huawei.com> | 2017-08-09 11:48:30 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2017-08-09 11:55:53 +0530 |
commit | 2a99e4d71f0b6a2284692f4d880707ce92535574 (patch) | |
tree | d13e5395ec8ceb006110dc7978f53d0b553f5d2f /vnfmarket-be/vnf-sdk-marketplace/pom.xml | |
parent | 3e70bdfe1b07da9c978e06ed6ab2262f43b97ae6 (diff) |
Compilation fix
Change-Id: Ib4b800b576a9334fed270f1c48e8af968554094b
JIRA:VNFSDK-53
Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/vnf-sdk-marketplace/pom.xml')
-rw-r--r-- | vnfmarket-be/vnf-sdk-marketplace/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml index 1f033774..35a8362e 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml +++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml @@ -16,7 +16,7 @@ --> <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.openo.vnf-sdk.marketplace</groupId> + <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnf-sdk-marketplace-core-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |