Skip to content

Commit

Permalink
Bump SS/IE to 2.0.11 in 7-2-2 (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAspery authored Jul 8, 2024
1 parent 219564c commit c46eb1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-A6
image: quay.io/alfresco/insight-engine:2.0.11
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-A6 |
| Alfresco Insight Engine | 2.0.11-A6 |
| Alfresco Search Services | 2.0.11 |
| Alfresco Insight Engine | 2.0.11 |
| Alfresco Desktop Sync Service | @alfresco.desktop-sync.version@ |
| Alfresco Transform Service | 1.5.2 |
| Alfresco Transform Core | 2.5.7 |
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TRANSFORMERS_TAG=5.1.3
TRANSFORM_ROUTER_TAG=4.1.3
SFS_TAG=4.1.3
SOLR6_TAG=2.0.11-A6
SOLR6_TAG=2.0.11
POSTGRES_TAG=13.3
ACTIVEMQ_TAG=5.16.7-jre17-rockylinux8
KEYCLOAK_TAG=24.0.3
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 @@ -128,7 +128,7 @@ services:
- 5432:5432

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

0 comments on commit c46eb1e

Please sign in to comment.