aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-12-03 12:36:12 -0500
committerDan Timoney <dtimoney@att.com>2020-12-03 15:46:04 -0500
commitda6516be1cc89f9dfae5102e740c32ccef2f6a74 (patch)
treeaf0c18ef19b0ff911ebcffa3e2e3c79cee793524
parentfccfb7f10a74d6e8961b3f1550321b77ee073fbc (diff)
Use released 1.1.0 ccsdk docker
Update sdnc to use 1.1.0 released version of odlsli docker and released 2.1.0 version of sdnc/northbound Change-Id: Ibd28a2aed1f7d831d183194192483920c1efe868 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 2a36a3d9e19f6fc26305f559eb7f93e6362e6f66
-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 6b2293df..a46cfab4 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.0-SNAPSHOT</sdnc.northbound.version>
- <ccsdk.docker.version>1.1-STAGING-latest</ccsdk.docker.version>
+ <sdnc.northbound.version>2.1.0</sdnc.northbound.version>
+ <ccsdk.docker.version>1.1.0</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>