aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web/pom.xml
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-05-21 19:20:25 +0200
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2021-05-25 06:56:23 +0000
commit4ce68295eebdda1a3fdb069f6137a180a94f63e9 (patch)
treed1261f50d8571ade8626655e61e4239f819dcc29 /installation/sdnc-web/pom.xml
parent697a233b0db3443d5b94843083a24ec4c7b31188 (diff)
Place version properties in root pom honolulu
ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I59f99a9c88f97dc341396dffbce293e8a550f4c1 Former-commit-id: da956cbc782eddab3cfb21c2131c414a542d32b3
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-rw-r--r--installation/sdnc-web/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index caaaae6c..15f9cb9c 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -20,7 +20,6 @@
<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.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>