From 5353218aca650bd2a52946c1f112733afa6f5b55 Mon Sep 17 00:00:00 2001 From: highstreetherbert Date: Wed, 12 May 2021 18:58:18 +0200 Subject: [PATCH] Place version properties in root pom ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert Change-Id: Iff7d56586997e85b19879e426785cf5387b654f4 Signed-off-by: highstreetherbert Former-commit-id: 5bccac3337bb3ca27b3777c8e3f3dc3ec706eaee --- installation/admportal/pom.xml | 2 +- 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 | 13 +++++++++++++ 9 files changed, 18 insertions(+), 13 deletions(-) diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index b8256a6e..f70ebb05 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -23,7 +23,7 @@ onap/admportal-sdnc-image ${project.version} ${maven.build.timestamp} - 0.7-STAGING-latest + ${ccsdk.docker.ubuntu.version} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 9d2fec21..b4f9d0dc 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.0-STAGING-latest + ${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 fc3f4923..75490cdd 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.1 + ${ccsdk.docker.alpine.j11.version} ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/pom.xml b/installation/pom.xml index d5fcd4d2..2d9e254c 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -26,10 +26,8 @@ installation - yyyyMMdd'T'HHmmss'Z' ${maven.build.timestamp} - 1.0.1 UTF-8 UTF-8 diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 6c063a50..5da89768 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.2.0-SNAPSHOT ${maven.build.timestamp} ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index ac943ddb..74231066 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -24,8 +24,7 @@ onap/sdnc-image ${project.version} ${maven.build.timestamp} - 2.2.0-SNAPSHOT - 1.2-SNAPSHOT-latest + ${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 1119d3f7..b488302d 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.1 + ${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 80862fc5..58416b7c 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.2.0-SNAPSHOT - - diff --git a/pom.xml b/pom.xml index 0a937f79..ed4b3b84 100755 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,19 @@ AT&T + + + 1.2.0-SNAPSHOT + ${ccsdk.distribution.version} + ${project.version} + + + 1.1.1 + 1.2-SNAPSHOT-latest + 1.0-STAGING-latest + 0.7-STAGING-latest + + platform-logic data-migrator -- 2.16.6