aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-15 14:45:16 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-15 14:45:16 -0500
commit479fa5da00b68989e3951b8256919c8c07975ed9 (patch)
tree14bd8bdeb8cf67e17c5ca282a23a880513840f57 /installation
parente13f5611d8b3fced4f0622af2d77c5ce38859ee1 (diff)
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) <dtimoney@att.com> Former-commit-id: 81ba5bdeb91be01f047e458c1d0aae1489b9823e
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<properties>
<image.name>onap/sdnc-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
- <sdnc.northbound.version>1.4.1</sdnc.northbound.version>
+ <sdnc.northbound.version>1.5.0-SNAPSHOT</sdnc.northbound.version>
<ccsdk.docker.version>0.4-STAGING-latest</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<docker.push.phase>deploy</docker.push.phase>