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/blueprints/blueprint-core/pom.xml | 11 ++++++----- .../modules/blueprints/blueprint-proto/pom.xml | 10 +++++----- .../modules/blueprints/blueprint-validation/pom.xml | 17 +++++++++-------- ms/blueprintsprocessor/modules/blueprints/pom.xml | 7 +++---- .../modules/blueprints/resource-dict/pom.xml | 13 +++++++------ 5 files changed, 30 insertions(+), 28 deletions(-) (limited to 'ms/blueprintsprocessor/modules/blueprints') diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index 6f0791c4e..8673211a2 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -20,14 +20,16 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-core + 1.0.0-SNAPSHOT - Controller Blueprints Core + MS Blueprints Processor Modules - Blueprints - Blueprints Core @@ -53,7 +55,6 @@ org.jetbrains.kotlin kotlin-script-runtime - com.fasterxml.jackson.dataformat jackson-dataformat-xml diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index f930a6bc6..063f8585f 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -19,15 +19,15 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-proto - Controller Blueprints Proto - Controller Blueprints Proto + MS Blueprints Processor Modules - Blueprints - Blueprints Proto true diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index d87f25a3c..0fc9cf194 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml @@ -21,14 +21,15 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-validation - Controller Blueprints Validation Service + MS Blueprints Processor Modules - Blueprints - Blueprints Validation Service @@ -40,12 +41,12 @@ spring-context - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict + org.onap.ccsdk.cds.blueprintsprocessor.modules + resource-dict diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml b/ms/blueprintsprocessor/modules/blueprints/pom.xml index a2b19ccec..ed7942cde 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -20,15 +20,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - blueprints + modules-blueprints pom - Blueprints POM - Blueprints POM + MS Blueprints Processor Modules - Blueprints blueprint-core diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index 6fa99c0fb..99a9e1e91 100644 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml @@ -21,19 +21,20 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules resource-dict - Controller Blueprints Resource Dictionary + MS Blueprints Processor Modules - Blueprints - Resource Dictionary - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core org.jetbrains.kotlin -- cgit 1.2.3-korg