ATS-876 Update T-Engine and pick up latest community-repo (#1275)

* Update upstream version to 8.422
This commit is contained in:
Alan Davis
2021-03-09 16:46:49 +00:00
committed by GitHub
parent c72d3a5a71
commit 2c8499d8b0
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ version: "2"
services:
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:2.3.8
image: alfresco/alfresco-transform-core-aio:2.3.10
mem_limit: 1536m
environment:
JAVA_OPTS: " -Xms256m -Xmx1536m"

View File

@@ -9,11 +9,11 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>8.419</version>
<version>8.422</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>8.419</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-repo.version>8.422</dependency.alfresco-community-repo.version>
<alfresco.share.version>7.0.0-A19</alfresco.share.version>
<alfresco.alfresco-share-services.version>${alfresco.share.version}</alfresco.alfresco-share-services.version>

View File

@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.3.8
TRANSFORMERS_TAG=2.3.10
SOLR6_TAG=2.0.1
POSTGRES_TAG=13.1
ACTIVEMQ_TAG=5.16.1