diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-11 10:05:54 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-12 10:01:52 -0400 |
commit | 2a30b5d2b4186f732377f902809150ab11ba9e5d (patch) | |
tree | ee9c0a492efc8f8d1ab24dc2decae8271e6890a7 /installation/sdnc-web/pom.xml | |
parent | f9da44caaec8ca2e9db9c691fb0b7d479daa77b9 (diff) |
Use updated Frankfurt M4 versions
Update to use final Frankfurt M4 versions of ccsdk/features and CCSDK
dockers.
Change-Id: I20c89a353e513edf401b6941ffbddb0f54c3e08b
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 614a16a8fb98b477e65446d5a47777f99e65c281
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index ad119467..037c4e98 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -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.1</ccsdk.features.version> + <ccsdk.features.version>0.7.2</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> |