Skip to content

Commit

Permalink
Merge branch 'master' into feature/ACS-5325_invoke_required_policy
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
  • Loading branch information
damianujma committed Oct 2, 2023
2 parents 0baaf24 + df33a79 commit 1b4cd00
Show file tree
Hide file tree
Showing 37 changed files with 278 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
!contains(github.event.head_commit.message, '[skip pmd]') &&
!contains(github.event.head_commit.message, '[skip tests]')
steps:
- uses: Alfresco/[email protected].0
- uses: Alfresco/[email protected].5

tas_tests:
name: ${{ matrix.testSuite }} TAS tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ env:
GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60
BASE_BUILD_NUMBER: 10000
# Release version has to start with real version (7.4.0-....) for the docker image to build successfully.
RELEASE_VERSION: 23.1.0-M4
DEVELOPMENT_VERSION: 23.1.0-A43-SNAPSHOT
RELEASE_VERSION: 23.1.0-A45
DEVELOPMENT_VERSION: 23.1.0-A46-SNAPSHOT

jobs:
run_ci:
Expand Down
2 changes: 1 addition & 1 deletion dev/dev-acs-amps-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-tomcat-env</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dev/dev-repo-amps-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-tomcat-env</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion dev/dev-share-amps-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-tomcat-env</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion dev/dev-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-tomcat-env</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution-ags/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion distribution-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<!-- To replace in share-config-custom.xml -->
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion docker-alfresco/ags/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-services-docker</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>
<properties>
<image.name>alfresco/alfresco-governance-repository-enterprise</image.name>
Expand Down
2 changes: 1 addition & 1 deletion docker-alfresco/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-services-docker</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docker-alfresco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docker-share/ags/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-docker</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docker-share/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-docker</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docker-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions tests/environment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ MSSQL_TAG=2019-CU9-ubuntu-16.04
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-M1
TRANSFORM_CORE_AIO_TAG=4.1.0-M1
SHARED_FILE_STORE_TAG=3.1.0-M1
SYNC_SERVICE_TAG=4.0.0-A17
TRANSFORM_ROUTER_TAG=4.0.0-A1
TRANSFORM_CORE_AIO_TAG=5.0.0-A1
SHARED_FILE_STORE_TAG=4.0.0-A1
ACS_NGINX_TAG=3.0.0
ES_TAG=7.17.3
ELASTICSEARCH_TAG=7.17.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 @@ -177,7 +177,7 @@ services:
- share

sync-service:
image: quay.io/alfresco/service-sync:4.0.0-M11
image: quay.io/alfresco/service-sync:4.0.0-A17
mem_limit: 1g
environment:
JAVA_OPTS : "
Expand Down
2 changes: 1 addition & 1 deletion tests/pipeline-all-amps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-tests</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pipeline-all-amps/repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>pipeline-all-amps</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<artifactId>alfresco-pipeline-all-amps-repo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pipeline-all-amps/share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>pipeline-all-amps</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<artifactId>alfresco-pipeline-all-amps-share</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-packaging</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tests/tas-all-amps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-tests</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion tests/tas-cmis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-tests</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion tests/tas-distribution-zip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-tests</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/tas-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-tests</artifactId>
<version>23.1.0-A43-SNAPSHOT</version>
<version>23.1.0-A46-SNAPSHOT</version>
</parent>

<profiles>
Expand Down
Loading

0 comments on commit 1b4cd00

Please sign in to comment.