summaryrefslogtreecommitdiffstats
path: root/installation/sdnc
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-02-23 12:18:15 -0500
committerDan Timoney <dtimoney@att.com>2021-02-23 12:18:15 -0500
commit4feff5de60cc67a5cdb1b84c31946b5b32e9d085 (patch)
treed5f16e0acc92db7e21ecf438b553bfe209d09efb /installation/sdnc
parentb2133ba3b6ce45a06547106ade3d297299c859e8 (diff)
Use released Honolulu M3 version of CCSDK artifacts
Use released Honolulu M3 artifacts to build SDNC docker containers Change-Id: Ib2de618693e2b00f69eaeb8a0f0bd1433752efb5 Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: b6fccad86289280ef6d607ce3a70529f756d9989
Diffstat (limited to 'installation/sdnc')
-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 be951d2d..ff209c12 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.1-SNAPSHOT</sdnc.northbound.version>
- <ccsdk.docker.version>1.1.1-SNAPSHOT-latest</ccsdk.docker.version>
+ <sdnc.northbound.version>2.1.1</sdnc.northbound.version>
+ <ccsdk.docker.version>1.1.1</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>