aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-18 19:13:54 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-18 19:13:54 +0000
commit1762ca3b89c703d86925d2f68486594916d804b0 (patch)
treef25ee8aa9fa0d827898d45cd376eb45e8b6f3588 /installation
parentfad2018502f1794f2569becaaa65b6f44bb93a8c (diff)
parent47722fd71ca4c3ca4cf4ef2dc86dfe7ac4c8fb61 (diff)
Merge "Fix build error due to missing 0.7.0 artifacts"
Former-commit-id: 11a572815f8b0f24f6b801211db16420b52f489e
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc/pom.xml4
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>