diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-29 08:33:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-29 08:33:42 -0400 |
commit | baea95f8469e9d837e2217a15bca36601663935f (patch) | |
tree | 6b43c515d16faae0afdef4c84d5c79660ee99aaa /ms/blueprintsprocessor/functions/restconf-executor/pom.xml | |
parent | ad48b619afb0905591e058f3fb2d055ccfc0e3f6 (diff) |
Release 1.1.4 CDS maven artifacts
Release version 1.1.4 CDS artifacts, which fixes bug
in basic_vm_macro test due to not waiting for hazelcast sync
when running as cluster, and roll to next snapshot
Issue-ID: SDNC-1529
Issue-ID: CCSDK-3275
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I599fa1ceaba59ce6615b0f37e400d7b7971db5e1
Diffstat (limited to 'ms/blueprintsprocessor/functions/restconf-executor/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/functions/restconf-executor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml index 2fbfb5952..8c06c60a2 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>blueprintsprocessor-functions</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |