summaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-03 07:24:08 -0700
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-03 07:24:08 -0700
commit4905bd4a1dcd18e8175a18e6044f2edc02654df9 (patch)
tree8f20e69b2380dd6e93e4674d2a5ed8f73521a8e2 /installation
parent53fff87e02f797ff117347dc76ed2f9d8262f826 (diff)
Update sdnc to use Fluorine SR2 version
Update sdnc oam docker to use Fluorine SR2 version Change-Id: Ic569cf2946084f8ae1ac6e7d475a593e2b9a51e9 Issue-ID: SDNC-708 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 223d59c8cf11f067691de50d851135d61364dd15
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 74f37cf2..c26b4361 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -20,8 +20,8 @@
<image.name>onap/sdnc-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <sdnc.northbound.version>1.5.0</sdnc.northbound.version>
- <ccsdk.docker.version>0.4.1-STAGING-latest</ccsdk.docker.version>
+ <sdnc.northbound.version>1.5.1-SNAPSHOT</sdnc.northbound.version>
+ <ccsdk.docker.version>0.4.2-STAGING-latest</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<docker.push.phase>deploy</docker.push.phase>
<docker.verbose>true</docker.verbose>