diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-18 16:28:13 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-18 16:29:36 -0500 |
commit | a28f81875ee609b065c5344fdf669ecce406a435 (patch) | |
tree | 427b30564223697088d15535baac038a06c91ecf /ms/blueprintsprocessor/functions/restful-executor | |
parent | 098bf98021665dedb1e507eb2478a2b3e8237e7e (diff) |
Release 1.0.2 docker container
Release version 1.0.2 of docker containers and roll to next Guilin
snapshot version
Issue-ID: CCSDK-2973
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iba1211b81f4d0e59fd7cdf8a37b38a15dae3e926
Diffstat (limited to 'ms/blueprintsprocessor/functions/restful-executor')
-rw-r--r-- | ms/blueprintsprocessor/functions/restful-executor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/functions/restful-executor/pom.xml b/ms/blueprintsprocessor/functions/restful-executor/pom.xml index f6d4faab5..e338fdf50 100644 --- a/ms/blueprintsprocessor/functions/restful-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restful-executor/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>blueprintsprocessor-functions</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |