diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 15:09:02 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 15:09:02 -0500 |
commit | 2858eff07380ea610b98d67ae47ea584c5373f71 (patch) | |
tree | e1d85ebd2899ee1d60246adf5a131c7bd076af9a /installation | |
parent | 9e154aa9632c1ce0f383c43fe15e581c00fc10e1 (diff) |
Update dependency versions
Update versions of sdnc/northbound and ccsdk/distribution docker
Change-Id: I9835e88b62be0c49b32105bb4685315311b897ca
Issue-ID: SDNC-521
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 63fa3bb3d0293c5e171a98ac0c5aa775af1c3bc0
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 1f9442dc..9a58dce1 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -21,8 +21,8 @@ <properties> <image.name>onap/sdnc-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> - <sdnc.northbound.version>1.4.2-SNAPSHOT</sdnc.northbound.version> - <ccsdk.docker.version>0.3-STAGING-latest</ccsdk.docker.version> + <sdnc.northbound.version>1.4.2</sdnc.northbound.version> + <ccsdk.docker.version>0.3.2</ccsdk.docker.version> <sdnc.keystore>keystore.sdnc.p12</sdnc.keystore> <sdnc.keypass>onap3.0</sdnc.keypass> <sdnc.secureport>8443</sdnc.secureport> |