aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-05-07 16:10:11 -0400
committerDan Timoney <dtimoney@att.com>2021-05-07 16:10:11 -0400
commit9eff558ba945464f9c88831e5cc04967ebfc0c0f (patch)
tree3bec5bed2112ee67332ff08ba5aae98531bdaef2 /installation/sdnc-web/pom.xml
parentdf52e543a067a9f4bb2be094d1feb32d9db676c1 (diff)
Updates for Aluminum SR32.1.6
Update parent pom and versions to reflect Aluminum SR3 upgrade release Change-Id: I72b3a3991f93e855ddcca6c2481b824eb446895a Issue-ID: SDNC-1542 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 34d0632a572e70f3888b7c20dd514f2604a562b7
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-rw-r--r--installation/sdnc-web/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index 63e74473..b85568af 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.4</ccsdk.features.version>
+ <ccsdk.features.version>1.1.5</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>