aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-25 18:07:53 -0400
committerDan Timoney <dtimoney@att.com>2021-03-25 18:07:53 -0400
commit9dd1d3e6d35a5f7a0ca5a89bce3b8c7f0d2e59ff (patch)
treeba6b3643db9a49f7cb2f1a314dcd53d42a5fb2fa
parente4c7406d3142c4697a40aea5dd013d5cb63c8dae (diff)
Fix version in sdnc-web pom
Fix features version in sdnc-web pom.xml Change-Id: I2fe2c59438c2460e9f97e2464bcf2799da131a65 Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c2a5da82b69f737b9b307a8f46aba73d7a43807e
-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 d2eec5e9..63409175 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.1-SNAPSHOT</ccsdk.features.version>
+ <ccsdk.features.version>1.1.2</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>