aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-01-12 14:55:20 -0500
committerDan Timoney <dtimoney@att.com>2021-01-12 14:55:20 -0500
commit0d197645a758b064c0b73400e924bb2848600ab3 (patch)
tree989fec844ae978faf2f47fc4367b882747a962a6
parentce81bdc2b6a857f1922b513f4574781b68a2eca9 (diff)
Remove override of ccsdk.features.version
Use ccsdk.features.version specified in parent pom Change-Id: I87cf12a7248cabb461533fd1f0c4fb5d3f75a1a4 Issue-ID: SDNC-1453 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 2719f8b22a275ad2fa411ed5b32ed134d00ff5dc
-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 6bf005f6..85b8595a 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.0.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>