From d4e5aa677fa2675bbcec15efad07340c22cac5f6 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 6 Jul 2020 12:45:48 -0400 Subject: Roll version to latest Frankfurt snapshot Roll versions to latest Frankfurt snapshot Issue-ID: CCSDK-2519 Signed-off-by: Dan Timoney Change-Id: I440fb78baad8dd3a607599556e712df61d12f6a1 --- 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 | 2 +- ms/error-catalog/core/pom.xml | 2 +- ms/error-catalog/pom.xml | 2 +- ms/error-catalog/services/pom.xml | 2 +- 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, 82 insertions(+), 82 deletions(-) diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 27b278350..d9ce0e6ef 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -25,12 +25,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. application - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom CDS UI Application diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 41ffadce4..857115677 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,12 +25,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. ui-client - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom CDS UI Client diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 3057ea5d2..092dcbbfd 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -25,12 +25,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. designer-client - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom CDS designer Client diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index f48cb94d7..79cdf67f9 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom CDS UI Parent diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index da1579629..120411bbd 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -25,12 +25,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. ui-server - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom CDS UI Server diff --git a/components/model-catalog/blueprint-model/pom.xml b/components/model-catalog/blueprint-model/pom.xml index 9c95de159..ecfd933aa 100644 --- a/components/model-catalog/blueprint-model/pom.xml +++ b/components/model-catalog/blueprint-model/pom.xml @@ -21,13 +21,13 @@ org.onap.ccsdk.cds.blueprintsprocessor cba-parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../../../ms/blueprintsprocessor/cba-parent org.onap.ccsdk.cds.cba blueprint-model - 0.7.4-SNAPSHOT + 0.7.5-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 e8c5f1d8c..c19426ebf 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 @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.4-SNAPSHOT + 0.7.5-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 7c1bebce1..715aa2647 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml @@ -21,11 +21,11 @@ org.onap.ccsdk.cds.cba blueprint-model - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT test-blueprint-model - 0.7.4-SNAPSHOT + 0.7.5-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 5db70545b..01c388fd5 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 @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.components.cba diff --git a/components/pom.xml b/components/pom.xml index c5ac4482b..81918379d 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. components - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom Components Root diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 2b0be87b6..f1fd2fa2c 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/cba-parent/pom.xml b/ms/blueprintsprocessor/cba-parent/pom.xml index e5b9ca1f3..fe84d5be8 100644 --- a/ms/blueprintsprocessor/cba-parent/pom.xml +++ b/ms/blueprintsprocessor/cba-parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml index d55b6a5fa..2861fc860 100644 --- a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions ansible-awx-executor - 0.7.4-SNAPSHOT + 0.7.5-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 241d622c7..4ddb80701 100644 --- a/ms/blueprintsprocessor/functions/cli-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/cli-executor/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions cli-executor - 0.7.4-SNAPSHOT + 0.7.5-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 3304a5ee8..a606d29cd 100644 --- a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml +++ b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions config-snapshots - 0.7.4-SNAPSHOT + 0.7.5-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 bf164bbf9..4e8658f49 100644 --- a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml +++ b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-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 94f2027cf..ff71eee33 100644 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions netconf-executor - 0.7.4-SNAPSHOT + 0.7.5-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 548595525..e441909b5 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index f845a0ee7..32b18fdeb 100644 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/python-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-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 7e2327170..e1ae532d1 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions resource-resolution - 0.7.4-SNAPSHOT + 0.7.5-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 9d2fa91e6..5e5c720c5 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions restconf-executor - 0.7.4-SNAPSHOT + 0.7.5-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 7a4f8d23b..c212d7f2f 100644 --- a/ms/blueprintsprocessor/functions/restful-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restful-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.7.4-SNAPSHOT + 0.7.5-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 e96726aa4..9eb625787 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT blueprint-core diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index 8c3769fca..07475f85f 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT blueprint-proto diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index 32b0a821e..5742b1179 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT blueprint-validation diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml b/ms/blueprintsprocessor/modules/blueprints/pom.xml index 314281aff..c59fb0cce 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT blueprints diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index 2361f6dfd..d3ec2c61f 100644 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT resource-dict diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 08fc0c9ab..bc1434b8f 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT db-lib diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index d14ce8881..189a3f762 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -25,7 +25,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT dmaap-lib diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 89d92899a..a936d7b31 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT grpc-lib diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index cab5e0fdc..23896aa1c 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT message-lib diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index 7f4deaa1a..089daf73e 100644 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT nats-lib diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index 1745f4fa4..387ac5bcd 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT commons diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index ba25d74d6..0b95ecb5a 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT processor-core diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 4f3180530..8ca010b09 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT rest-lib diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index 5334b3843..cf4ab57bb 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ssh-lib diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index c7c92ace8..0285e1fc7 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -21,11 +21,11 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT configs-api - 0.7.4-SNAPSHOT + 0.7.5-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 8ee4eda94..1986de0c0 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.4-SNAPSHOT + 0.7.5-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 d2b4bf389..1770f2121 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.4-SNAPSHOT + 0.7.5-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 9a403224d..80feec018 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT health-api @@ -36,7 +36,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index adc094846..906037b75 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 676804fb8..6c2c38000 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT resource-api diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 68af6852d..51321830b 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT selfservice-api diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index 407d02ea1..6442bde2c 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 66d4e83fa..ee9459adb 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 38527c628..1adcb6b52 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor services - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT execution-service diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 125f092e6..7c8f0fcb2 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT services diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index e60cd7783..b96a80b6c 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor services - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT workflow-service diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index e84a748d0..71420a355 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds blueprintsprocessor - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom Blueprints Processor Parent diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index e98838001..6bd6f8f55 100755 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds ms - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 6d361170e..d929f9038 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds ms - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index 70466eb0b..90e0c569b 100644 --- a/ms/error-catalog/application/pom.xml +++ b/ms/error-catalog/application/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT error-catalog-application diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index 013cc0402..934f76043 100644 --- a/ms/error-catalog/core/pom.xml +++ b/ms/error-catalog/core/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT error-catalog-core diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 20e074f3d..818c90707 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds ms - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index fb0f8bcad..070c9a3e8 100644 --- a/ms/error-catalog/services/pom.xml +++ b/ms/error-catalog/services/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.error.catalog error-catalog - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT error-catalog-services diff --git a/ms/pom.xml b/ms/pom.xml index 99f9125f3..4cca93be8 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. ms - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom Micro-services Root diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 97d27f97a..775c33241 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds ms - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT py-executor diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index d0d8d5770..2fbf1f42c 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.cds.sdclistener parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../parent application - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT jar SDC Listener Application @@ -57,7 +57,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.springframework.boot diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index a7f6d0967..8958e9717 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.sdclistener parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT ../parent diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 02adfca6c..e91dfa1f2 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds sdclistener - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT org.onap.ccsdk.cds.sdclistener diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 3cb87bc5e..2a47f8725 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds ms - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index e3c1c387e..49fcc6009 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ limitations under the License. org.onap.ccsdk.cds parent - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom CDS Parent diff --git a/version.properties b/version.properties index 440a38ba8..948053a95 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=0 sprint_number=7 -feature_revision=4 +feature_revision=5 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg