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 --- .../functions/ansible-awx-executor/pom.xml | 12 ++++++------ ms/blueprintsprocessor/functions/cli-executor/pom.xml | 6 +++--- ms/blueprintsprocessor/functions/config-snapshots/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/k8s-profile-upload/pom.xml | 6 +++--- .../functions/message-prioritizaion/pom.xml | 6 +++--- ms/blueprintsprocessor/functions/netconf-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/pom.xml | 9 ++++----- ms/blueprintsprocessor/functions/python-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/resource-resolution/pom.xml | 6 +++--- ms/blueprintsprocessor/functions/restconf-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/restful-executor/pom.xml | 8 ++++---- 11 files changed, 34 insertions(+), 35 deletions(-) (limited to 'ms/blueprintsprocessor/functions') diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml index 7be13dece..43f4598b5 100644 --- a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -28,7 +28,7 @@ ansible-awx-executor 1.0.0-SNAPSHOT - Blueprints Processor Function - Ansible AWX Executor + MS Blueprints Processor Functions - Ansible AWX Executor Blueprints Processor Function - Ansible Executor @@ -37,15 +37,15 @@ jython-standalone - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules 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/functions/cli-executor/pom.xml b/ms/blueprintsprocessor/functions/cli-executor/pom.xml index 867809479..04c78d8e0 100644 --- a/ms/blueprintsprocessor/functions/cli-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/cli-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -28,7 +28,7 @@ cli-executor 1.0.0-SNAPSHOT - Blueprints Processor Function - CLI Executor + MS Blueprints Processor Functions - CLI Executor Blueprints Processor Function - CLI Executor @@ -37,7 +37,7 @@ resource-resolution - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules ssh-lib diff --git a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml index 4aa3ebbb1..35c2113a3 100644 --- a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml +++ b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -28,7 +28,7 @@ config-snapshots 1.0.0-SNAPSHOT - Blueprints Processor Function - Config Snapshots + MS Blueprints Processor Functions - Config Snapshots Blueprints Processor Function - Config Snapshots diff --git a/ms/blueprintsprocessor/functions/k8s-profile-upload/pom.xml b/ms/blueprintsprocessor/functions/k8s-profile-upload/pom.xml index 674882bd2..eb36fe528 100644 --- a/ms/blueprintsprocessor/functions/k8s-profile-upload/pom.xml +++ b/ms/blueprintsprocessor/functions/k8s-profile-upload/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -30,7 +30,7 @@ k8s-profile-upload 1.0.0-SNAPSHOT - Blueprints Processor Function - K8s Profile Upload + MS Blueprints Processor Functions - K8s Profile Upload Blueprints Processor Function - K8s Profile Upload @@ -39,7 +39,7 @@ resource-resolution - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules ssh-lib diff --git a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml index 4c38c53d2..26981c020 100644 --- a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml +++ b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml @@ -20,19 +20,19 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions message-prioritizaion - Blueprints Processor Function - Message Prioritization + MS Blueprints Processor Functions - Message Prioritization Blueprints Processor Function - Message Prioritization - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules message-lib diff --git a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml index 69b42e016..ce497548b 100644 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -28,7 +28,7 @@ netconf-executor 1.0.0-SNAPSHOT - Blueprints Processor Function - Netconf Executor + MS Blueprints Processor Functions - Netconf Executor Blueprints Processor Function - Netconf Executor diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 4d886de39..5438fed62 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -21,16 +21,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - parent + blueprintsprocessor-parent 1.0.0-SNAPSHOT ../parent - functions + blueprintsprocessor-functions pom - Blueprints Processor Functions - Blueprints Processor Functions + MS Blueprints Processor Functions (Root) resource-resolution @@ -47,7 +46,7 @@ - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules execution-service diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index c6480fade..cbf989b2c 100644 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/python-executor/pom.xml @@ -20,14 +20,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions python-executor - Blueprints Processor Function - Python Executor + MS Blueprints Processor Functions - Python Executor Blueprints Processor Function - Python Executor diff --git a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml index 8b0b7e798..a95535168 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -29,12 +29,12 @@ 1.0.0-SNAPSHOT jar - Blueprints Processor Function - Resource Resolution + MS Blueprints Processor Functions - Resource Resolution Blueprints Processor Function - Resource Resolution - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules db-lib diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml index fdc72b2bd..73502b22c 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT @@ -28,7 +28,7 @@ restconf-executor 1.0.0-SNAPSHOT - Blueprints Processor Function - Restconf Executor + MS Blueprints Processor Functions - Restconf Executor Blueprints Processor Function - Restconf Executor diff --git a/ms/blueprintsprocessor/functions/restful-executor/pom.xml b/ms/blueprintsprocessor/functions/restful-executor/pom.xml index f5dce168e..d8ef94ae9 100644 --- a/ms/blueprintsprocessor/functions/restful-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restful-executor/pom.xml @@ -20,20 +20,20 @@ org.onap.ccsdk.cds.blueprintsprocessor - functions + blueprintsprocessor-functions 1.0.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions restful-executor - Blueprints Processor Function - NRM Restful executor + MS Blueprints Processor Functions - NRM Restful executor Blueprints Processor Function - NRM Restful executor - org.onap.ccsdk.cds.blueprintsprocessor - processor-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + processor-core org.apache.httpcomponents -- cgit 1.2.3-korg