diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-18 12:38:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-02-18 12:38:58 -0500 |
commit | 47722fd71ca4c3ca4cf4ef2dc86dfe7ac4c8fb61 (patch) | |
tree | d6aa52937c65390c32fd0692cef650fb14afcc1c /installation | |
parent | 6cad29cfc9b771dfaf99a7c1b47c04ca9fcf328c (diff) |
Fix build error due to missing 0.7.0 artifacts
Fixed to use latest CCSDK snapshot version instead of using version 0.7.0,
which was not released due to bug in auto-release process.
Change-Id: I14a764c9999bd533d7e0029cc0361f556749d65e
Issue-ID: SDNC-1077
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: dc7a05c352b80786efd7f6bb1fcb8845dbc57bbc
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 7eb4e629..3d8d14e4 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -22,8 +22,8 @@ <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> <sdnc.northbound.version>1.8.0-SNAPSHOT</sdnc.northbound.version> - <ccsdk.docker.version>0.7.0</ccsdk.docker.version> - <ccsdk.features.version>0.7.0</ccsdk.features.version> + <ccsdk.docker.version>0.7.1-STAGING-latest</ccsdk.docker.version> + <ccsdk.features.version>0.7.1-SNAPSHOT</ccsdk.features.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass> <sdnc.secureport>8443</sdnc.secureport> |