From c243c628a60dfa4114d3705890845dd2a3317861 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 3 Aug 2021 11:47:50 -0400 Subject: Release version 1.1.5 maven artifacts and roll version Release version 1.1.5 of CDS maven artifacts and roll to next snapshot Issue-ID: CCSDK-3385 Signed-off-by: Dan Timoney Change-Id: I8da90a05fb99f4f74ffb3e6a2e49573a4ea6ca82 --- cds-ui/application/pom.xml | 2 +- cds-ui/client/pom.xml | 2 +- cds-ui/designer-client/pom.xml | 2 +- cds-ui/pom.xml | 2 +- cds-ui/server/pom.xml | 2 +- components/cba-parent/pom.xml | 2 +- .../model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml | 2 +- components/model-catalog/blueprint-model/pom.xml | 2 +- .../blueprint-model/test-blueprint-kotlin-parent/pom.xml | 2 +- .../blueprint-model/test-blueprint/capability_cli/pom.xml | 2 +- components/model-catalog/blueprint-model/test-blueprint/pom.xml | 2 +- .../blueprint-model/test-blueprint/resource-audit/pom.xml | 2 +- components/pom.xml | 2 +- ms/blueprintsprocessor/application/pom.xml | 2 +- ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/cli-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/config-snapshots/pom.xml | 2 +- ms/blueprintsprocessor/functions/k8s-connection-plugin/pom.xml | 2 +- ms/blueprintsprocessor/functions/message-prioritization/pom.xml | 2 +- ms/blueprintsprocessor/functions/netconf-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/pom.xml | 2 +- ms/blueprintsprocessor/functions/python-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/resource-resolution/pom.xml | 2 +- ms/blueprintsprocessor/functions/restconf-executor/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- ms/py-executor/pom.xml | 2 +- ms/sdclistener/application/pom.xml | 2 +- ms/sdclistener/distribution/pom.xml | 2 +- ms/sdclistener/parent/pom.xml | 2 +- ms/sdclistener/pom.xml | 2 +- pom.xml | 2 +- releases/1.1.5.yaml | 5 +++++ version.properties | 2 +- 67 files changed, 71 insertions(+), 66 deletions(-) create mode 100644 releases/1.1.5.yaml diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 3b0c54969..b73ff0be5 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.ccsdk.cds cds-ui - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 1e598b7ae..c71f27bd1 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.ccsdk.cds cds-ui - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 9ba2abe89..e24a420e9 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.ccsdk.cds cds-ui - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 8dd1520c4..9e8b087c9 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.ccsdk.cds cds-aggregator - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 4a1acf8fb..8bb96f7cf 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.ccsdk.cds cds-ui - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/components/cba-parent/pom.xml b/components/cba-parent/pom.xml index e916100a3..e690c64c0 100644 --- a/components/cba-parent/pom.xml +++ b/components/cba-parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../../ms/blueprintsprocessor/parent diff --git a/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml b/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml index efbc4b9e3..f39fc6341 100644 --- a/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml +++ b/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.components.cba blueprint-model - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT cba-assembly-descriptor diff --git a/components/model-catalog/blueprint-model/pom.xml b/components/model-catalog/blueprint-model/pom.xml index 63d6724f7..019181d15 100644 --- a/components/model-catalog/blueprint-model/pom.xml +++ b/components/model-catalog/blueprint-model/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor cba-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../../cba-parent diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml index 92b76b5cc..840da50a8 100644 --- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.components.cba blueprint-model - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT test-blueprint-kotlin-parent 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 f8aa8ab35..cd6f63296 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.components.cba test-blueprint-model - 1.1.5-SNAPSHOT + 1.1.6-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 0b3f032e8..a3f1c106e 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.components.cba blueprint-model - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT test-blueprint-model 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 262f083c8..fb7b4f0cc 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.components.cba test-blueprint-model - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT resource-audit diff --git a/components/pom.xml b/components/pom.xml index d66abb29d..867a7bff7 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds cds-aggregator - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 6f0699bd2..b7213d3af 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml index da3e82d9f..c619f248e 100644 --- a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/cli-executor/pom.xml b/ms/blueprintsprocessor/functions/cli-executor/pom.xml index d5035826e..d79cdbfd2 100644 --- a/ms/blueprintsprocessor/functions/cli-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/cli-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml index 045c20c69..649dafc94 100644 --- a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml +++ b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/k8s-connection-plugin/pom.xml b/ms/blueprintsprocessor/functions/k8s-connection-plugin/pom.xml index 19ac48cc6..efdd1986d 100644 --- a/ms/blueprintsprocessor/functions/k8s-connection-plugin/pom.xml +++ b/ms/blueprintsprocessor/functions/k8s-connection-plugin/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/message-prioritization/pom.xml b/ms/blueprintsprocessor/functions/message-prioritization/pom.xml index 79082a0ed..b4542e975 100644 --- a/ms/blueprintsprocessor/functions/message-prioritization/pom.xml +++ b/ms/blueprintsprocessor/functions/message-prioritization/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-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 0218e71b7..87166ca50 100644 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 929640ea0..e96fe8be0 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index 0441097ef..ba47198fa 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 blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-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 07484ba9e..27c187f88 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml index 8c06c60a2..4055fb7ef 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/restful-executor/pom.xml b/ms/blueprintsprocessor/functions/restful-executor/pom.xml index d6f85fa90..0b28db443 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 blueprintsprocessor-functions - 1.1.5-SNAPSHOT + 1.1.6-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 af279ce4f..022392864 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 modules-blueprints - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index 7f6caecae..58c9f90ad 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 modules-blueprints - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index 78e1f4672..34aa1626d 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 modules-blueprints - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml b/ms/blueprintsprocessor/modules/blueprints/pom.xml index 519d961e5..6f47bf08d 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT modules-blueprints diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index 4ce810d82..c30c03fd4 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 modules-blueprints - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 4d8efa805..8ad6ba864 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 1f09c642b..bfb080d42 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 2c3272acc..ddd746bfb 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index 85ac13c97..e0cb14cfa 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index 7636606b4..54cd6c5b5 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index cda711b8a..ea6f032de 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT modules-commons diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 229b5d250..153d3bfea 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 37995e9a4..923b69e56 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index 10271d84f..18d07677a 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 modules-commons - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index 891465cb0..b7d5ad549 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index 462b0a7f5..541539049 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 modules-inbounds - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml index 37e209033..fdaa665f1 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 modules-inbounds - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index fa153a38e..4a6f09258 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 modules-inbounds - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 93f687f40..f1dddbe33 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT modules-inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index e0cbb000b..4a7e33b19 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 modules-inbounds - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 818b89854..7b629999a 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 modules-inbounds - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index 6d0383272..ee1d2293a 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT modules-outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 8376ff374..06c355c68 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 8e4881f1f..7180c5696 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 modules-services - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 72aceb013..50ee0d3de 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT modules-services diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 61f78351a..d52d9f20b 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 modules-services - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index e9513e815..49107b759 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds blueprintsprocessor - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index c1535f200..666aad5c2 100755 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds cds-ms - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 0ca269cf8..f4441b63f 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds cds-ms - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index 175ce4da4..2ab6c4e41 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 - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT error-catalog-application diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index 29502cb3a..75b8d8566 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 - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT error-catalog-core diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 544e2a99f..73528fa98 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds cds-ms - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index 2135ffede..b2260a678 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 - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT error-catalog-services diff --git a/ms/pom.xml b/ms/pom.xml index d18fe558f..691105127 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds cds-aggregator - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index e5b9dda5a..548f765aa 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds cds-ms - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT py-executor diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index a0d5e82af..8c3208d3d 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.sdclistener sdclistener-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../parent diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 9a082848d..71858c80b 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.sdclistener sdclistener-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../parent diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 79954420e..ea4e50bf4 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds sdclistener - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT org.onap.ccsdk.cds.sdclistener diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 3e59e0866..8c7581d0d 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds cds-ms - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index a2e171448..9b371707b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ limitations under the License. org.onap.ccsdk.cds cds-aggregator - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT pom Aggregator diff --git a/releases/1.1.5.yaml b/releases/1.1.5.yaml new file mode 100644 index 000000000..0953a83ca --- /dev/null +++ b/releases/1.1.5.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '1.1.5' +project: 'ccsdk-cds' +log_dir: 'ccsdk-cds-maven-stage-honolulu/4/' diff --git a/version.properties b/version.properties index 632f903b0..32c1ae0ea 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=1 sprint_number=1 -feature_revision=5 +feature_revision=6 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg