aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2020-12-15 09:24:23 +0100
committerMichael D�rre <michael.duerre@highstreet-technologies.com>2020-12-15 11:49:07 +0000
commitc5e9d7300202dc5f4e225e8fe2f8be1480f89e39 (patch)
tree588f649e83d3a606158ae7106aa8ef6f727d4428
parent8a8d9a75d855f73214b4e87d4b28b98aa03590ae (diff)
upgrade ccsdk feature version for sdnc-web
fix feature artifact version Issue-ID: SDNC-1437 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ic0c046582e5e86dfd513cabd4c10a84e11e18ee7 Former-commit-id: 87559eb12224c82d34860146f5f3aa1859b976f8
-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 728fff6f..8b35f551 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.0-SNAPSHOT</ccsdk.features.version>
+ <ccsdk.features.version>1.1.1-SNAPSHOT</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>