From 8de37f9d3035b4a41e696b967f2222806c250925 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 11 Sep 2020 13:58:42 -0400 Subject: Refactoring poms groupId artifactId Issue-ID: CCSDK-2787 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ica64f0c793beabb47950c7bf1eede63a0dbf3cea --- .../modules/inbounds/configs-api/pom.xml | 10 +++++----- .../modules/inbounds/designer-api/pom.xml | 6 +++--- .../modules/inbounds/health-api-common/pom.xml | 9 ++++----- .../modules/inbounds/health-api/pom.xml | 11 +++++------ ms/blueprintsprocessor/modules/inbounds/pom.xml | 10 ++++------ .../modules/inbounds/resource-api/pom.xml | 10 +++++----- .../modules/inbounds/selfservice-api/pom.xml | 16 ++++++++-------- 7 files changed, 34 insertions(+), 38 deletions(-) (limited to 'ms/blueprintsprocessor/modules/inbounds') diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index 6bef263da..39f2df5b3 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -20,16 +20,16 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules configs-api 1.0.0-SNAPSHOT jar - Blueprints Processor Resource Configurations API - Blueprints Processor Resource Configurations API + MS Blueprints Processor Modules - Inbound - Configurations API @@ -41,8 +41,8 @@ spring-security-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core org.onap.ccsdk.cds.error.catalog diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index 419db8671..00f4c76ca 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -20,15 +20,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules designer-api jar - Blueprints Processor Designer API - Blueprints Processor Designer API + MS Blueprints Processor Modules - Inbound - Designer API diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml index 9ee9e98c0..7acabaff8 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -21,22 +21,21 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api-common jar - Blueprints Processor Health API common - checking system check health endpoints + MS Blueprints Processor Modules - Inbound - Health API common - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules rest-lib - org.springframework.boot spring-boot-starter-actuator diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index f27b20da1..5ebbaea93 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -21,22 +21,21 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api jar - Blueprints Processor Health API - checking system check health endpoints + MS Blueprints Processor Modules - Inbound - Health API - - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api-common - 1.0.0-SNAPSHOT + ${ccsdk.cds.version} diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 18b6fd00d..c2187763a 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -21,15 +21,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - inbounds + modules-inbounds pom - Blueprints Processor Inbounds POM - Blueprints Processor Inbounds + MS Blueprints Processor Modules - Inbounds configs-api @@ -46,7 +45,7 @@ spring-security-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules workflow-service @@ -90,7 +89,6 @@ reactor-test test - com.h2database h2 diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 42d8f087c..76f6fe9a9 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -20,15 +20,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules resource-api jar - Blueprints Processor Resource API - Blueprints Processor Resource API + MS Blueprints Processor Modules - Inbound - Resource API @@ -36,8 +36,8 @@ spring-security-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core org.onap.ccsdk.cds.error.catalog diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 73e838146..55c28bc50 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -23,24 +23,24 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules selfservice-api jar - Blueprints Processor Selfservice API - Blueprints Processor Selfservice API + MS Blueprints Processor Modules - Inbound - Self Service API - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-validation + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-validation org.onap.ccsdk.cds.error.catalog @@ -49,7 +49,7 @@ - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules message-lib -- cgit 1.2.3-korg