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
This commit is contained in:
alandavis
2022-03-02 19:20:45 +00:00
parent de63c15578
commit 7cacdb44df
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -298,6 +298,16 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-licenses</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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