From 7cacdb44df4af50d0364f86632ffabea27fc97ab Mon Sep 17 00:00:00 2001 From: alandavis Date: Wed, 2 Mar 2022 19:20:35 +0000 Subject: [PATCH] Upgrade to t-core 2.5.7-A5 [skip ci] wait for upstream build trigger * No need to check licenses for the test dev env --- dev/dev-acs-amps-overlay/pom.xml | 10 ++++++++++ dev/docker-compose.yml | 2 +- tests/environment/.env | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dev/dev-acs-amps-overlay/pom.xml b/dev/dev-acs-amps-overlay/pom.xml index dda536ac0..bd3d7a36f 100644 --- a/dev/dev-acs-amps-overlay/pom.xml +++ b/dev/dev-acs-amps-overlay/pom.xml @@ -298,6 +298,16 @@ + + org.codehaus.mojo + license-maven-plugin + + + third-party-licenses + none + + + diff --git a/dev/docker-compose.yml b/dev/docker-compose.yml index 41f686a42..6ae59c0fd 100644 --- a/dev/docker-compose.yml +++ b/dev/docker-compose.yml @@ -6,7 +6,7 @@ version: "2" services: transform-core-aio: - image: alfresco/alfresco-transform-core-aio:2.5.7-A4 + image: alfresco/alfresco-transform-core-aio:2.5.7-A5 mem_limit: 1536m environment: JAVA_OPTS: " -Xms256m -Xmx1536m" diff --git a/tests/environment/.env b/tests/environment/.env index 91177d0b3..1c9c6fcc6 100644 --- a/tests/environment/.env +++ b/tests/environment/.env @@ -1,4 +1,4 @@ -TRANSFORMERS_TAG=2.5.7-A4 +TRANSFORMERS_TAG=2.5.7-A5 SOLR6_TAG=2.0.2 POSTGRES_TAG=13.3 ACTIVEMQ_TAG=5.16.1