From 81ba5bdeb91be01f047e458c1d0aae1489b9823e Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 15 Jan 2019 14:45:16 -0500 Subject: [PATCH] Fix sdnc/northbound version Fixed sdnc/northbound version used in SDNC docker container - should be 1.5.0-SNAPSHOT instead of 1.4.1 (which is Casablanca release) Change-Id: Ie7368ccfcfd0126521e2de53df2bcb97bd0aff80 Issue-ID: SDNC-590 Signed-off-by: Timoney, Dan (dt5972) --- installation/sdnc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 4202e538..004bb2c5 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -20,7 +20,7 @@ onap/sdnc-image ${project.version} - 1.4.1 + 1.5.0-SNAPSHOT 0.4-STAGING-latest ${https_proxy} deploy -- 2.16.6