diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-20 11:51:54 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-20 11:51:54 -0400 |
commit | 95482c980287a68f6ffa39eea5ade5394efb79de (patch) | |
tree | 67f36c49e4687823bfbdca48f2655f6d5d5a8d23 /installation | |
parent | 222373146abac13750ccfc7faf4159508467698d (diff) |
Update to RC2 versions
Update to use RC2 versions of CCSDK and sdnc/northbound
Change-Id: I6ddad077bddbb24315a9c06e9198f21e69ff02dc
Issue-ID: SDNC-1520
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 65f2ac74640dfca7bee79b5cfb0f332047a7f586
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 521c58be..ab80be77 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -24,8 +24,8 @@ <standalone.image.name>onap/sdnc-image</standalone.image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <sdnc.northbound.version>2.1.2</sdnc.northbound.version> - <ccsdk.docker.version>1.1.4</ccsdk.docker.version> + <sdnc.northbound.version>2.1.3</sdnc.northbound.version> + <ccsdk.docker.version>1.1.5</ccsdk.docker.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[;:G58,7ZhqOSI:7^oZCY[9Dv]]></sdnc.keypass> <sdnc.secureport>8443</sdnc.secureport> |