Compare commits

...

1 Commits

Author SHA1 Message Date
cezary-witkowski
2e7114c97b [MNT-24377] Cross testing 2025-02-17 15:21:36 +01:00
5 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ services:
- 5432:5432
solr6:
image: alfresco/alfresco-search-services:2.0.14-A.1
image: quay.io/alfresco/search-services:2.0.15-SNAPSHOT
mem_limit: 2g
environment:
#Solr needs to know how to register itself with Alfresco

View File

@@ -9,13 +9,13 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>25.1.0.51</version>
<version>25.1.0.54-SNAPSHOT</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>25.1.0.51</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>25.1.0.38</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>25.1.0-A.13</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>25.1.0.54-SNAPSHOT</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>25.1.0.39-SNAPSHOT</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>25.1.0-A.14-SNAPSHOT</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>

View File

@@ -1,3 +1,3 @@
SOLR6_TAG=2.0.14-A.1
SOLR6_TAG=2.0.15-SNAPSHOT
POSTGRES_TAG=15.4
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8

View File

@@ -61,7 +61,7 @@ services:
- POSTGRES_DB=alfresco
solr6:
image: alfresco/alfresco-search-services:${SOLR6_TAG}
image: quay.io/alfresco/search-services:${SOLR6_TAG}
environment:
#Solr needs to know how to register itself with Alfresco
SOLR_ALFRESCO_HOST: "alfresco"

View File

@@ -64,7 +64,7 @@ services:
- 5432:5432
solr6:
image: alfresco/alfresco-search-services:${SOLR6_TAG}
image: quay.io/alfresco/search-services:${SOLR6_TAG}
environment:
#Solr needs to know how to register itself with Alfresco
SOLR_ALFRESCO_HOST: "alfresco"