Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACS-5944 ACS-5960 Bump ATS & ES to the latest -Mx #2573

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<alfresco.azure-connector.version>4.0.0-A2</alfresco.azure-connector.version>
<alfresco.salesforce-connector.version>3.0.0-M1</alfresco.salesforce-connector.version>
<alfresco.outlook.version>2.9.0</alfresco.outlook.version>
<alfresco.transformation-engine.version>4.1.0-A1</alfresco.transformation-engine.version>
<alfresco.transformation-engine.version>4.1.0-M1</alfresco.transformation-engine.version>
<alfresco.desktop-sync.version>4.0.0-M11</alfresco.desktop-sync.version>
<alfresco.ais.version>2.1.0-A1</alfresco.ais.version>
<alfresco.ais.version>2.1.0-M1</alfresco.ais.version>

<acs.version>${acs.version.major}.${acs.version.minor}.${acs.version.revision}${acs.version.label}</acs.version>
<repo.image.tag>${dependency.alfresco-enterprise-repo.version}</repo.image.tag>
Expand Down
10 changes: 5 additions & 5 deletions tests/environment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ ORACLE_TAG=19.3.0-ee
ACTIVEMQ_TAG=5.18.2-jre17-rockylinux8
AIMS_TAG=1.2
SYNC_SERVICE_TAG=4.0.0-M11
TRANSFORM_ROUTER_TAG=3.1.0-A1
TRANSFORM_CORE_AIO_TAG=4.1.0-A1
SHARED_FILE_STORE_TAG=3.1.0-A1
TRANSFORM_ROUTER_TAG=3.1.0-M1
TRANSFORM_CORE_AIO_TAG=4.1.0-M1
SHARED_FILE_STORE_TAG=3.1.0-M1
ACS_NGINX_TAG=3.0.0
ES_TAG=7.17.3
ELASTICSEARCH_TAG=7.17.3
KIBANA_TAG=7.17.3
OPENSEARCH_TAG=1.3.2
OPENSEARCH_DASHBOARDS_TAG=1.3.2
LIVE_INDEXING_TAG=4.0.0-A1
LIVE_INDEXING_TAG=4.0.0-M1
ELASTICSEARCH_INDEX_NAME=alfresco
SHARE_TAG=7.2.0
SHARE_TAG=23.1.0-A41
DIGITAL_WORKSPACE_TAG=2.7.0
#By default the connector tag is set to the value of `dependency.elasticsearch-shared.version` maven property.
#Following env variable allow you to override this value. It is useful for testing. It should be left blank on the main branch.
Expand Down
Loading