From 4ce68295eebdda1a3fdb069f6137a180a94f63e9 Mon Sep 17 00:00:00 2001 From: highstreetherbert Date: Fri, 21 May 2021 19:20:25 +0200 Subject: Place version properties in root pom honolulu ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert Change-Id: I59f99a9c88f97dc341396dffbce293e8a550f4c1 Former-commit-id: da956cbc782eddab3cfb21c2131c414a542d32b3 --- installation/ansible-server/pom.xml | 2 +- installation/dmaap-listener/pom.xml | 2 +- installation/pom.xml | 2 -- installation/sdnc-web/pom.xml | 1 - installation/sdnc/pom.xml | 3 +-- installation/ueb-listener/pom.xml | 2 +- platform-logic/setup/pom.xml | 4 ---- pom.xml | 12 ++++++++++++ 8 files changed, 16 insertions(+), 12 deletions(-) diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 0d29f305..813a9b15 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -23,7 +23,7 @@ onap/sdnc-ansible-server-image ${project.version} ${maven.build.timestamp} - 1.1.6 + ${ccsdk.docker.ansible.server.version} ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index dfdd8d3b..c1b92076 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -23,7 +23,7 @@ onap/sdnc-dmaap-listener-image ${project.version} ${maven.build.timestamp} - 1.1.6 + ${ccsdk.docker.alpine.j11.version} ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/pom.xml b/installation/pom.xml index 3335d2a7..456772b5 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -26,10 +26,8 @@ installation - yyyyMMdd'T'HHmmss'Z' ${maven.build.timestamp} - 1.1.6 UTF-8 UTF-8 diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index caaaae6c..15f9cb9c 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -20,7 +20,6 @@ docker.io/bitnami/nginx:1.16-debian-9 onap/sdnc-web-image ${project.version} - 1.1.5 ${maven.build.timestamp} ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 9b4504a2..6ea25549 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -24,8 +24,7 @@ onap/sdnc-image ${project.version} ${maven.build.timestamp} - 2.1.4 - 1.1.6 + ${ccsdk.docker.odlsli.alpine.version} org.onap.sdnc.p12 8443 diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 15e7d602..61217cdd 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -23,7 +23,7 @@ onap/sdnc-ueb-listener-image ${project.version} ${maven.build.timestamp} - 1.1.6 + ${ccsdk.docker.alpine.j11.version} ${https_proxy} deploy yyyyMMdd'T'HHmmss'Z' diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml index 5408dc60..15478cbd 100644 --- a/platform-logic/setup/pom.xml +++ b/platform-logic/setup/pom.xml @@ -16,10 +16,6 @@ sdnc-oam :: platform-logic :: ${project.artifactId} Copies base ONAP platform-logic - - 1.1.6 - - diff --git a/pom.xml b/pom.xml index cc1917b7..608de716 100755 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,18 @@ AT&T + + + 1.1.6 + 1.1.5 + 2.1.4 + + + 1.1.6 + 1.1.6 + 1.1.6 + + platform-logic data-migrator -- cgit 1.2.3-korg