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 --- ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 16 ++++++++-------- ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 9 ++++----- ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 12 ++++++------ .../modules/commons/message-lib/pom.xml | 12 ++++++------ ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml | 11 +++++------ ms/blueprintsprocessor/modules/commons/pom.xml | 11 +++++------ .../modules/commons/processor-core/pom.xml | 14 +++++++------- ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 12 ++++++------ ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml | 12 ++++++------ 9 files changed, 53 insertions(+), 56 deletions(-) (limited to 'ms/blueprintsprocessor/modules/commons') diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 71ef22062..2e2d40a10 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -21,27 +21,27 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules db-lib jar - Blueprints Processor DB Lib - Blueprints Processor DB Lib + MS Blueprints Processor Modules - Commons - DB Lib - 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.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 2e54d3c51..ecbf5348f 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -24,15 +24,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules dmaap-lib jar - Blueprints Processor Dmaap Lib - Blueprints Processor Dmaap Lib + MS Blueprints Processor Modules - Commons - Dmaap Lib @@ -46,7 +46,6 @@ - org.springframework.boot spring-boot-starter-webflux @@ -77,7 +76,7 @@ test - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index af20c5d08..e388a8709 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -21,23 +21,23 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules grpc-lib jar - Blueprints Processor GRPC Lib - Blueprints Processor GRPC Lib + MS Blueprints Processor Modules - Commons - GRPC Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index cf287e280..b266225ee 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -20,22 +20,22 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules message-lib - Blueprints Processor Messaging Lib - Blueprints Processor Messaging Lib + MS Blueprints Processor Modules - Commons - Messaging Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index 1865b4358..c37c9c7f9 100644 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml @@ -20,15 +20,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules nats-lib jar - Blueprints Processor NATS Lib - Blueprints Processor NATS Lib + MS Blueprints Processor Modules - Commons - NATS Lib @@ -39,13 +39,12 @@ io.nats java-nats-streaming - - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index 7f3043820..5e4a52d95 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -23,15 +23,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - commons + modules-commons pom - Blueprints Processor Commons POM - Blueprints Processor Commons + MS Blueprints Processor Modules - Commons processor-core @@ -46,8 +45,8 @@ - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict + org.onap.ccsdk.cds.blueprintsprocessor.modules + resource-dict diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 121214d06..3604fa3e0 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -22,24 +22,24 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core jar - Blueprints Processor Core - Blueprints Processor Core + MS Blueprints Processor Modules - Commons - Processor Core - + com.hazelcast hazelcast-all - + - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-proto + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-proto org.springframework.boot diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index e56742d26..47bbec7fc 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -22,23 +22,23 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules rest-lib jar - Blueprints Processor Rest Lib - Blueprints Processor Rest Lib + MS Blueprints Processor Modules - Commons - Rest Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index a1f096bf2..fa78ab98e 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -20,23 +20,23 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules ssh-lib jar - Blueprints Processor SSH Lib - Blueprints Processor SSH Lib + MS Blueprints Processor Modules - Commons - SSH Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core -- cgit 1.2.3-korg