diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-20 13:58:28 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-20 13:58:57 -0400 |
commit | fc98b7098a6090ad430d3e0c45527b3d0880bd32 (patch) | |
tree | 3e9202b9d9fd35cea16bd8aa7ff6771d84fa58bb /installation/sdnc-web | |
parent | 22aa965a3f9de881dc60a8e9317aa420ab1fffc5 (diff) |
Fix missed files - RC2 versions2.1.5
Update versions for RC2, including fix for SDNC-1515
Change-Id: I9aed095ee5bd30f593ef69a91589b553b9dafbd5
Issue-ID: SDNC-1515
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: cafaa8db442b97aafc84c9e2f4d73529131c7825
Diffstat (limited to 'installation/sdnc-web')
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index eedbf709..295370ab 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -20,7 +20,7 @@ <base.image.repo>docker.io/bitnami/nginx:1.16-debian-9</base.image.repo> <image.name>onap/sdnc-web-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> - <ccsdk.features.version>1.1.3</ccsdk.features.version> + <ccsdk.features.version>1.1.4</ccsdk.features.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |