From b1dd3beda4b5aa750d7fc2e1bde3ab044b6bb056 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 12 Sep 2018 13:46:01 -0400 Subject: Wrong groupIds used Wrong groupId used - needs to agree with repository name. Change-Id: I4af5ef4a3c97ca2e798f8a3a30ebbbb251707fcc Issue-ID: CCSDK-557 Signed-off-by: Timoney, Dan (dt5972) --- blueprints-processor/plugin/model-provider/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blueprints-processor/plugin/model-provider') diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml index f14ec3afa..35264730d 100644 --- a/blueprints-processor/plugin/model-provider/pom.xml +++ b/blueprints-processor/plugin/model-provider/pom.xml @@ -28,7 +28,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features 0.3.0-SNAPSHOT blueprints-model-provider bundle @@ -37,12 +37,12 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-rest-adaptor-provider ${project.version} - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-data-adaptor-provider ${project.version} -- cgit 1.2.3-korg