summaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-05-12 18:58:18 +0200
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-05-12 19:01:06 +0200
commit5353218aca650bd2a52946c1f112733afa6f5b55 (patch)
treec8a3e89ce90b841a238de60fdf70a7da25d6b142 /installation/sdnc-web
parenta07e237412fc8b5fd7f1cc79909320a69a977306 (diff)
Place version properties in root pom
ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Iff7d56586997e85b19879e426785cf5387b654f4 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 5bccac3337bb3ca27b3777c8e3f3dc3ec706eaee
Diffstat (limited to 'installation/sdnc-web')
-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 6c063a50..5da89768 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.2.0-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>