diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-03 11:47:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-03 11:47:50 -0400 |
commit | c243c628a60dfa4114d3705890845dd2a3317861 (patch) | |
tree | f5d91eb1d0f33451bee52993c5ffb800b90bf278 /ms/blueprintsprocessor/modules/services | |
parent | 0e9d935e437c7ae185e00d8b4fca1d73770a1708 (diff) |
Release version 1.1.5 maven artifacts and roll versionhonolulu
Release version 1.1.5 of CDS maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3385
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8da90a05fb99f4f74ffb3e6a2e49573a4ea6ca82
Diffstat (limited to 'ms/blueprintsprocessor/modules/services')
3 files changed, 3 insertions, 3 deletions
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 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>modules-services</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> 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 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>blueprintsprocessor-modules</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> </parent> <artifactId>modules-services</artifactId> 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 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>modules-services</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |