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 /cds-ui/client | |
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 'cds-ui/client')
-rw-r--r-- | cds-ui/client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |