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) --- .../adaptors/data-adaptor-provider/pom.xml | 2 +- blueprints-processor/adaptors/pom.xml | 2 +- .../adaptors/rest-adaptor-provider/pom.xml | 2 +- .../features/ccsdk-blueprints-processor/pom.xml | 2 +- .../features/features-blueprints-processor/pom.xml | 2 +- blueprints-processor/features/pom.xml | 2 +- blueprints-processor/installer/pom.xml | 16 ++++++++-------- 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 + blueprints-processor/pom.xml | 2 +- features/ccsdk-features-adaptors-all/pom.xml | 2 +- 13 files changed, 24 insertions(+), 23 deletions(-) diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 9454421d2..4fdf824ba 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -28,7 +28,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features 0.3.0-SNAPSHOT blueprints-data-adaptor-provider bundle diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml index 2caf6933d..afdfab35a 100644 --- a/blueprints-processor/adaptors/pom.xml +++ b/blueprints-processor/adaptors/pom.xml @@ -27,7 +27,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features 0.3.0-SNAPSHOT 4.0.0 pom diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 6f17a1cef..74175ca2e 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -28,7 +28,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features 0.3.0-SNAPSHOT blueprints-rest-adaptor-provider bundle diff --git a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml index f53b24af4..125012e7c 100644 --- a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml +++ b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml @@ -25,7 +25,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features ccsdk-blueprints-processor 0.3.0-SNAPSHOT feature diff --git a/blueprints-processor/features/features-blueprints-processor/pom.xml b/blueprints-processor/features/features-blueprints-processor/pom.xml index 9e8c80296..fc552a7a2 100755 --- a/blueprints-processor/features/features-blueprints-processor/pom.xml +++ b/blueprints-processor/features/features-blueprints-processor/pom.xml @@ -25,7 +25,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features features-blueprints-processor 0.3.0-SNAPSHOT feature diff --git a/blueprints-processor/features/pom.xml b/blueprints-processor/features/pom.xml index 5f93e83f4..b1b6aca23 100755 --- a/blueprints-processor/features/pom.xml +++ b/blueprints-processor/features/pom.xml @@ -25,7 +25,7 @@ - org.onap.ccsdk.sli.adaptors + org.onap.ccsdk.features blueprints-processor-features 0.3.0-SNAPSHOT pom diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index f39d282e2..ecb214416 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -27,7 +27,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-processor-installer 0.3.0-SNAPSHOT pom @@ -42,7 +42,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features ccsdk-blueprints-processor ${project.version} features @@ -55,27 +55,27 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-data-adaptor-provider ${project.version} - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-rest-adaptor-provider ${project.version} - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-assignment-provider ${project.version} - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-generator-provider ${project.version} - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-model-provider ${project.version} @@ -137,7 +137,7 @@ true false false - org.onap.ccsdk.config + org.onap.ccsdk.features provided 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 diff --git a/blueprints-processor/pom.xml b/blueprints-processor/pom.xml index 10a975650..c6077a1a4 100644 --- a/blueprints-processor/pom.xml +++ b/blueprints-processor/pom.xml @@ -28,7 +28,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features blueprints-processor 0.3.0-SNAPSHOT pom diff --git a/features/ccsdk-features-adaptors-all/pom.xml b/features/ccsdk-features-adaptors-all/pom.xml index a1299efc9..03c4d731f 100644 --- a/features/ccsdk-features-adaptors-all/pom.xml +++ b/features/ccsdk-features-adaptors-all/pom.xml @@ -53,7 +53,7 @@ - org.onap.ccsdk.config + org.onap.ccsdk.features ccsdk-blueprints-processor ${project.version} xml -- cgit 1.2.3-korg