aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-29 10:18:56 -0400
committerDan Timoney <dtimoney@att.com>2020-04-29 15:17:20 +0000
commit3ffdb6571e187dea4d6491d8bdd832f5f4e2872f (patch)
tree2a2af704f8927c4a167c9572013bd4bb53056363 /installation/sdnc-web
parentfd4c22c59c85b5f29613e1db48c4835a9511af47 (diff)
Update to use RC1 version of CCSDK
Update to use RC1 version of CCSDK Change-Id: I411265e1a990a06bb5763c510c2aa3fc5455d8d6 Issue-ID: SDNC-1181 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 5bbfc1eb0e40c209f0b8955b2a71ae3b9e985647
Diffstat (limited to 'installation/sdnc-web')
-rw-r--r--installation/sdnc-web/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index 1b9e37de..5b715e07 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.2</version>
+ <version>1.5.4</version>
</parent>
<groupId>org.onap.sdnc.oam</groupId>
@@ -22,7 +22,7 @@
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
<ccsdk.groupId>org.onap.ccsdk.features.sdnr.wt</ccsdk.groupId>
- <ccsdk.features.version>0.7.3-SNAPSHOT</ccsdk.features.version>
+ <ccsdk.features.version>0.7.3</ccsdk.features.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<docker.push.phase>deploy</docker.push.phase>