Skip to content

Commit

Permalink
ACS-8850 Update to IE 2.0.12-A1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed Sep 30, 2024
1 parent 00bba9a commit 81cf350
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- 5432:5432

solr6:
image: quay.io/alfresco/insight-engine:2.0.11
image: quay.io/alfresco/insight-engine:2.0.12-A1
environment:
#Solr needs to know how to register itself with Alfresco
SOLR_ALFRESCO_HOST: "host.docker.internal"
Expand Down
4 changes: 2 additions & 2 deletions distribution/src/main/resources/VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This file lists the recommended components for this Service Pack. Use it along w
| Alfresco Content Services | @project.version@ |
| Alfresco Enterprise Repository ± | @dependency.alfresco-enterprise-repo.version@ |
| Alfresco Share | @dependency.alfresco-enterprise-share.version@ |
| Alfresco Search Services | 2.0.11 |
| Alfresco Insight Engine | 2.0.11 |
| Alfresco Search Services | 2.0.12-A1 |
| Alfresco Insight Engine | 2.0.12-A1 |
| Alfresco Desktop Sync Service | @alfresco.desktop-sync.version@ |
| Alfresco Transform Service | @dependency.alfresco-transform-service.version@ |
| Alfresco Transform Core | @dependency.alfresco-transform-core.version@ |
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-enterprise-repo</artifactId>
<relativePath>../alfresco-enterprise-repo/pom.xml</relativePath>
<version>23.4.0.19</version>
<version>23.4.0.20-SNAPSHOT</version>
</parent>

<properties>
<dependency.alfresco-enterprise-repo.version>23.4.0.19</dependency.alfresco-enterprise-repo.version>
<dependency.alfresco-enterprise-share.version>23.4.0.15</dependency.alfresco-enterprise-share.version>
<dependency.alfresco-enterprise-repo.version>23.4.0.20-SNAPSHOT</dependency.alfresco-enterprise-repo.version>
<dependency.alfresco-enterprise-share.version>23.4.0.16-SNAPSHOT</dependency.alfresco-enterprise-share.version>

<alfresco.rm-enterprise-rest-api-explorer.version>3.0.2</alfresco.rm-enterprise-rest-api-explorer.version>

Expand Down
2 changes: 1 addition & 1 deletion tests/environment/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALFRESCO_TAG=latest
SOLR6_TAG=2.0.11
SOLR6_TAG=2.0.12-A1
POSTGRES_TAG=15.4
MYSQL_TAG=8.0.30
MARIADB_TAG=10.6
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/docker-compose-pipeline-all-amps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ services:
- 5432:5432

solr6:
image: alfresco/alfresco-search-services:2.0.11
image: alfresco/alfresco-search-services:2.0.12-A1
mem_limit: 3g
environment:
#Solr needs to know how to register itself with Alfresco
Expand Down

0 comments on commit 81cf350

Please sign in to comment.