aboutsummaryrefslogtreecommitdiffstats
path: root/installation
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
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')
-rw-r--r--installation/dmaap-listener/pom.xml2
-rw-r--r--installation/sdnc/pom.xml4
-rw-r--r--installation/ueb-listener/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index a0b12391..588b9776 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-listener/pom.xml
@@ -23,7 +23,7 @@
<image.name>onap/sdnc-dmaap-listener-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>1.1-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>1.1.1</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
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>
diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml
index 012c75b3..58178a3f 100644
--- a/installation/ueb-listener/pom.xml
+++ b/installation/ueb-listener/pom.xml
@@ -23,7 +23,7 @@
<image.name>onap/sdnc-ueb-listener-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>1.1.1</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<docker.push.phase>deploy</docker.push.phase>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>