From 47722fd71ca4c3ca4cf4ef2dc86dfe7ac4c8fb61 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 18 Feb 2020 12:38:55 -0500 Subject: 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 Former-commit-id: dc7a05c352b80786efd7f6bb1fcb8845dbc57bbc --- installation/sdnc/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installation') 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 @@ ${project.version} ${maven.build.timestamp} 1.8.0-SNAPSHOT - 0.7.0 - 0.7.0 + 0.7.1-STAGING-latest + 0.7.1-SNAPSHOT org.onap.sdnc.p12 8443 -- cgit 1.2.3-korg