From 95dcac20af9c1f59c3c0d8de7ad4d253ecb58776 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 30 Mar 2020 08:21:12 -0400 Subject: [PATCH] Roll to next Frankfurt snapshot and fix sonar build Roll to next Frankfurt snapshot. Also, fixed config to skip sonar for error-catalog, which has no scannable components. Sonar builds were failing because error-catalog does not have standard maven source and test directories (src/main, src/test) Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: Iacb76b240e71206de8306af7e2447eaa07b0d33b --- cds-ui/application/pom.xml | 4 ++-- cds-ui/client/pom.xml | 4 ++-- cds-ui/designer-client/pom.xml | 4 ++-- cds-ui/pom.xml | 2 +- cds-ui/server/pom.xml | 4 ++-- components/model-catalog/blueprint-model/pom.xml | 4 ++-- .../blueprint-model/test-blueprint/capability_cli/pom.xml | 2 +- components/model-catalog/blueprint-model/test-blueprint/pom.xml | 4 ++-- .../blueprint-model/test-blueprint/resource-audit/pom.xml | 2 +- components/pom.xml | 4 ++-- ms/blueprintsprocessor/application/pom.xml | 2 +- ms/blueprintsprocessor/cba-parent/pom.xml | 2 +- ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/cli-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/config-snapshots/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml | 2 +- ms/blueprintsprocessor/functions/netconf-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/pom.xml | 2 +- ms/blueprintsprocessor/functions/python-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/resource-resolution/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/restconf-executor/pom.xml | 4 ++-- ms/blueprintsprocessor/functions/restful-executor/pom.xml | 2 +- ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml | 2 +- ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml | 2 +- .../modules/blueprints/blueprint-validation/pom.xml | 2 +- ms/blueprintsprocessor/modules/blueprints/pom.xml | 2 +- ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/message-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/processor-core/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml | 4 ++-- ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml | 4 ++-- ms/blueprintsprocessor/modules/inbounds/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 2 +- ms/blueprintsprocessor/modules/outbounds/pom.xml | 2 +- ms/blueprintsprocessor/modules/pom.xml | 2 +- ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 2 +- ms/blueprintsprocessor/modules/services/pom.xml | 2 +- ms/blueprintsprocessor/modules/services/workflow-service/pom.xml | 2 +- ms/blueprintsprocessor/parent/pom.xml | 4 ++-- ms/blueprintsprocessor/pom.xml | 2 +- ms/command-executor/pom.xml | 2 +- ms/error-catalog/application/pom.xml | 6 +++++- ms/error-catalog/core/pom.xml | 6 +++++- ms/error-catalog/pom.xml | 2 +- ms/error-catalog/services/pom.xml | 6 +++++- ms/pom.xml | 4 ++-- ms/py-executor/pom.xml | 2 +- ms/sdclistener/application/pom.xml | 6 +++--- ms/sdclistener/distribution/pom.xml | 2 +- ms/sdclistener/parent/pom.xml | 2 +- ms/sdclistener/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 63 files changed, 94 insertions(+), 82 deletions(-) diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 358de718e..b773bebd3 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. application - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS UI Application diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index abf5afff6..9cc4d2549 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. ui-client - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS UI Client diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index e341ac203..24e1d2305 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. designer-client - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS designer Client diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 4a9f0fdad..fd505b4a4 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS UI Parent diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 642012ed5..c36139e07 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. ui-server - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS UI Server diff --git a/components/model-catalog/blueprint-model/pom.xml b/components/model-catalog/blueprint-model/pom.xml index 7e0e3cf9d..e84ae31bb 100644 --- a/components/model-catalog/blueprint-model/pom.xml +++ b/components/model-catalog/blueprint-model/pom.xml @@ -20,13 +20,13 @@ org.onap.ccsdk.cds.blueprintsprocessor cba-parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../../../ms/blueprintsprocessor/cba-parent org.onap.ccsdk.cds.cba blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CBA - Blueprints diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml index ea76d50b9..cdc3964b7 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT capability_cli diff --git a/components/model-catalog/blueprint-model/test-blueprint/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/pom.xml index 29daa768e..023ca09f3 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml @@ -20,11 +20,11 @@ org.onap.ccsdk.cds.cba blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT test-blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CBA - Test Blueprints diff --git a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml index 5f6c49e0c..654ccb385 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.components.cba diff --git a/components/pom.xml b/components/pom.xml index fd19a4f5b..e6ff71629 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. components - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom Components Root diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 18a61e0e6..f6ef2ed29 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/cba-parent/pom.xml b/ms/blueprintsprocessor/cba-parent/pom.xml index 5bdf59579..e0ad43a8e 100644 --- a/ms/blueprintsprocessor/cba-parent/pom.xml +++ b/ms/blueprintsprocessor/cba-parent/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml index 6378cd48d..9c699bab6 100644 --- a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions ansible-awx-executor - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT Blueprints Processor Function - Ansible AWX Executor Blueprints Processor Function - Ansible Executor diff --git a/ms/blueprintsprocessor/functions/cli-executor/pom.xml b/ms/blueprintsprocessor/functions/cli-executor/pom.xml index 07efd551c..28d96ad73 100644 --- a/ms/blueprintsprocessor/functions/cli-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/cli-executor/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions cli-executor - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT Blueprints Processor Function - CLI Executor Blueprints Processor Function - CLI Executor diff --git a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml index 0801e6d7f..0f6c10e89 100644 --- a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml +++ b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions config-snapshots - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT Blueprints Processor Function - Config Snapshots Blueprints Processor Function - Config Snapshots diff --git a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml index c7dbaf174..d12a1f2b3 100644 --- a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml +++ b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml index 07415c37d..2ff7106ec 100644 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions netconf-executor - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT Blueprints Processor Function - Netconf Executor Blueprints Processor Function - Netconf Executor diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 3097c1b98..de21f40f1 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index 5601922a7..0cd8a11ae 100644 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/python-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml index 2af7c6e41..d2aecf0cf 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions resource-resolution - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT jar Blueprints Processor Function - Resource Resolution diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml index 8e75597c2..8208f5f4e 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions restconf-executor - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT Blueprints Processor Function - 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 4ac52c4b8..fa4acf641 100644 --- a/ms/blueprintsprocessor/functions/restful-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restful-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index fb2daab3a..def1ed0b3 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT blueprint-core diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index 1e90cca76..11ce0e27c 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT blueprint-proto diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index d0072b810..0a5818ecd 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT blueprint-validation diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml b/ms/blueprintsprocessor/modules/blueprints/pom.xml index 527a5bf98..0ea6a1eee 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT blueprints diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index 2e2fab150..c26301a5a 100644 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT resource-dict diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index f11deb44c..c91cb5351 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT db-lib diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 454962091..a2fd4985a 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT dmaap-lib diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 870e265f6..30067fb4e 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT grpc-lib diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index 4d5aedbaa..04dd73688 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT message-lib diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index f28a7132e..338428604 100644 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT nats-lib diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index bc1616d82..3f6f16091 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT commons diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index d08c16781..50259d82a 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT processor-core diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 20835f0b2..1525882fb 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT rest-lib diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index b67e0f416..3b7ae9f67 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ssh-lib diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index d1352b892..8e907abcf 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -20,11 +20,11 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT configs-api - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT jar Blueprints Processor Resource Configurations API diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index 303168d74..edfcdf891 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT 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 3b3fec4d1..9b98a1fc3 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT health-api-common diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index 2635cfbb4..f9866a8ed 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT health-api @@ -35,7 +35,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 81fe3af4e..88e7ac235 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 8c468feed..bec0d1850 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT resource-api diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 16995247f..5e3ce2cc9 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT selfservice-api diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index 81a5a3eb1..e6739571d 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 821465aa2..3f6d915bd 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index a17417b78..15e715249 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor services - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT execution-service diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 8976701c4..604cdb19d 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT services diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 582475dd6..98bb82397 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor services - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT workflow-service diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index ce78c55fa..546156d47 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds blueprintsprocessor - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom Blueprints Processor Parent diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index cf9d88885..2a6bc75a1 100755 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds ms - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 0aad7b46c..0beb34d5e 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds ms - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index 4e1a6f3f1..c2a09dbdb 100644 --- a/ms/error-catalog/application/pom.xml +++ b/ms/error-catalog/application/pom.xml @@ -20,11 +20,15 @@ org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT error-catalog-application Error Catalog Application Error Catalog Application + + + true + diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index f117aa83f..0592112cf 100644 --- a/ms/error-catalog/core/pom.xml +++ b/ms/error-catalog/core/pom.xml @@ -20,11 +20,15 @@ org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT error-catalog-core Error Catalog Core Error Catalog Core + + + true + diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 1e6707a75..8b82d7d75 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds ms - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index 6fcf158f5..a0a1ba9b1 100644 --- a/ms/error-catalog/services/pom.xml +++ b/ms/error-catalog/services/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT error-catalog-services @@ -28,6 +28,10 @@ Error Catalog Service Error Catalog Service + + true + + org.onap.ccsdk.cds.error.catalog diff --git a/ms/pom.xml b/ms/pom.xml index 7a0168f5b..22f016a2e 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. ms - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom Micro-services Root diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 5c8ac17cf..dee2a3307 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds ms - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT py-executor diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index f65652dc4..cb6bd9203 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.sdclistener parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent application - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT jar SDC Listener Application @@ -56,7 +56,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.springframework.boot diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index ca6947841..669db4338 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.sdclistener parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 2cbc79dcc..5d4a53654 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds sdclistener - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.sdclistener diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 6439e31ab..8404f0a81 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds ms - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index da7368259..c602f24ec 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.ccsdk.cds parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CDS Parent diff --git a/version.properties b/version.properties index fc68f0298..b05a161f6 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=0 sprint_number=7 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} -- 2.16.6