diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-05 16:15:54 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-05 16:15:54 -0400 |
commit | fa39a6d12e344ef4432f8bc35bde8e29cb9c3f38 (patch) | |
tree | a4e073873ff89b50fc8465f7f12d20278521cc89 /ms/blueprintsprocessor/modules/services | |
parent | 3d17aeb280ae6860a8a910e62be83d06de7db074 (diff) |
Release version 1.1.2 of dockers and roll version
Release version 1.1.2 of dockers and roll version
Issue-ID: CCSDK-3216
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I09a80dcacb57233f45eb5067573380783886826e
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 6d80e5a2b..5e929d46c 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.2-SNAPSHOT</version> + <version>1.1.3-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 c5f7432be..8027c2b86 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.2-SNAPSHOT</version> + <version>1.1.3-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 0f3caa7c8..80c13251a 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.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |