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/assignment-provider/pom.xml | 4 ++-- blueprints-processor/plugin/generator-provider/pom.xml | 4 ++-- blueprints-processor/plugin/model-provider/pom.xml | 6 +++--- blueprints-processor/plugin/pom.xml | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'blueprints-processor/plugin') diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index 6eeac1044..e1070672c 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -28,7 +28,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features 0.3.0-SNAPSHOT blueprints-assignment-provider bundle @@ -37,7 +37,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-generator-provider ${project.version} diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index 82ddd118e..106a43f37 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -28,7 +28,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features 0.3.0-SNAPSHOT blueprints-generator-provider bundle @@ -37,7 +37,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-model-provider ${project.version} 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} diff --git a/blueprints-processor/plugin/pom.xml b/blueprints-processor/plugin/pom.xml index 2b6e22914..f4c53a4d1 100644 --- a/blueprints-processor/plugin/pom.xml +++ b/blueprints-processor/plugin/pom.xml @@ -29,6 +29,7 @@ 0.3.0-SNAPSHOT blueprints-processor-plugin + org.onap.ccsdk.features pom Blueprints Processor Plugins - POM Blueprints Processor Plugins - POM -- cgit 1.2.3-korg