mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-22 15:12:38 +00:00 
			
		
		
		
	Compare commits
	
		
			9 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 91a8d6deb2 | ||
|  | c9b0389533 | ||
|  | 27177f6ea3 | ||
|  | 1c7fb4fa32 | ||
|  | ae63f29c1f | ||
|  | 252f177d8e | ||
|  | 5df64264ed | ||
|  | 656f5e29a5 | ||
|  | 58cb8bf389 | 
							
								
								
									
										184
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										184
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -42,9 +42,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Prepare maven cache and check compilation" |       - name: "Prepare maven cache and check compilation" | ||||||
| @@ -62,12 +62,12 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v7.0.0 | ||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|         with: |         with: | ||||||
|           srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }} |           srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }} | ||||||
| @@ -85,10 +85,10 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/github-download-file@v5.6.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/github-download-file@v7.0.0 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.BOT_GITHUB_TOKEN }} |           token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||||||
|           repository: "Alfresco/veracode-baseline-archive" |           repository: "Alfresco/veracode-baseline-archive" | ||||||
| @@ -118,7 +118,7 @@ jobs: | |||||||
|         run: zip readable_output.zip results.json |         run: zip readable_output.zip results.json | ||||||
|       - name: Upload Artifact |       - name: Upload Artifact | ||||||
|         if: success() || failure() |         if: success() || failure() | ||||||
|         uses: actions/upload-artifact@v3 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: Veracode Pipeline-Scan Results (Human Readable) |           name: Veracode Pipeline-Scan Results (Human Readable) | ||||||
|           path: readable_output.zip |           path: readable_output.zip | ||||||
| @@ -135,9 +135,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[skip tests]') && |       !contains(github.event.head_commit.message, '[skip tests]') && | ||||||
|       !contains(github.event.head_commit.message, '[force]') |       !contains(github.event.head_commit.message, '[force]') | ||||||
|     steps: |     steps: | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - uses: Alfresco/ya-pmd-scan@v4.0.0 |       - uses: Alfresco/ya-pmd-scan@v4.0.0 | ||||||
|         with: |         with: | ||||||
|           classpath-build-command: "mvn test-compile -ntp -Pags -pl \"-:alfresco-community-repo-docker\"" |           classpath-build-command: "mvn test-compile -ntp -Pags -pl \"-:alfresco-community-repo-docker\"" | ||||||
| @@ -168,14 +168,14 @@ jobs: | |||||||
|             testAttributes: "-Dtest=AllMmtUnitTestSuite" |             testAttributes: "-Dtest=AllMmtUnitTestSuite" | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testModule }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testModule }} | ||||||
| @@ -206,7 +206,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -248,9 +248,9 @@ jobs: | |||||||
|       REQUIRES_INSTALLED_ARTIFACTS: true |       REQUIRES_INSTALLED_ARTIFACTS: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -262,7 +262,7 @@ jobs: | |||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} | ||||||
| @@ -293,7 +293,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -326,9 +326,9 @@ jobs: | |||||||
|         version: ['10.2.18', '10.4', '10.5'] |         version: ['10.2.18', '10.4', '10.5'] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: Run MariaDB ${{ matrix.version }} database |       - name: Run MariaDB ${{ matrix.version }} database | ||||||
| @@ -337,7 +337,7 @@ jobs: | |||||||
|           MARIADB_VERSION: ${{ matrix.version }} |           MARIADB_VERSION: ${{ matrix.version }} | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }} | ||||||
| @@ -368,7 +368,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -397,9 +397,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run MariaDB 10.6 database" |       - name: "Run MariaDB 10.6 database" | ||||||
| @@ -408,7 +408,7 @@ jobs: | |||||||
|           MARIADB_VERSION: 10.6 |           MARIADB_VERSION: 10.6 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -439,7 +439,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -468,9 +468,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run MySQL 8 database" |       - name: "Run MySQL 8 database" | ||||||
| @@ -479,7 +479,7 @@ jobs: | |||||||
|           MYSQL_VERSION: 8 |           MYSQL_VERSION: 8 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -510,7 +510,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -538,9 +538,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run PostgreSQL 13.12 database" |       - name: "Run PostgreSQL 13.12 database" | ||||||
| @@ -549,7 +549,7 @@ jobs: | |||||||
|           POSTGRES_VERSION: 13.12 |           POSTGRES_VERSION: 13.12 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -580,7 +580,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -608,9 +608,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run PostgreSQL 14.9 database" |       - name: "Run PostgreSQL 14.9 database" | ||||||
| @@ -619,7 +619,7 @@ jobs: | |||||||
|           POSTGRES_VERSION: 14.9 |           POSTGRES_VERSION: 14.9 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -650,7 +650,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -678,9 +678,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run PostgreSQL 15.4 database" |       - name: "Run PostgreSQL 15.4 database" | ||||||
| @@ -689,7 +689,7 @@ jobs: | |||||||
|           POSTGRES_VERSION: 15.4 |           POSTGRES_VERSION: 15.4 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -720,7 +720,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -746,16 +746,16 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run ActiveMQ" |       - name: "Run ActiveMQ" | ||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile activemq up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile activemq up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.13.1 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -786,7 +786,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.13.1 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -846,9 +846,9 @@ jobs: | |||||||
|             mvn-options: '-Dencryption.ssl.keystore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.keystore -Dencryption.ssl.truststore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.truststore' |             mvn-options: '-Dencryption.ssl.keystore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.keystore -Dencryption.ssl.truststore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.truststore' | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Set transformers tag" |       - name: "Set transformers tag" | ||||||
| @@ -870,7 +870,7 @@ jobs: | |||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }} | ||||||
| @@ -901,7 +901,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -959,9 +959,9 @@ jobs: | |||||||
|       REQUIRES_LOCAL_IMAGES: true |       REQUIRES_LOCAL_IMAGES: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -976,7 +976,7 @@ jobs: | |||||||
|         run: mvn install -pl :alfresco-community-repo-integration-test -am -DskipTests -Pall-tas-tests |         run: mvn install -pl :alfresco-community-repo-integration-test -am -DskipTests -Pall-tas-tests | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }} | ||||||
| @@ -1014,7 +1014,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.tests.outcome }} |           tests-outcome: ${{ steps.tests.outcome }} | ||||||
| @@ -1040,16 +1040,16 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run Postgres 15.4 database" |       - name: "Run Postgres 15.4 database" | ||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -1080,7 +1080,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -1114,9 +1114,9 @@ jobs: | |||||||
|       REQUIRES_INSTALLED_ARTIFACTS: true |       REQUIRES_INSTALLED_ARTIFACTS: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -1124,7 +1124,7 @@ jobs: | |||||||
|           bash ./scripts/ci/build.sh |           bash ./scripts/ci/build.sh | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }} | ||||||
| @@ -1160,9 +1160,9 @@ jobs: | |||||||
|       REQUIRES_INSTALLED_ARTIFACTS: true |       REQUIRES_INSTALLED_ARTIFACTS: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -1170,7 +1170,7 @@ jobs: | |||||||
|           bash ./scripts/ci/build.sh |           bash ./scripts/ci/build.sh | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }} | ||||||
| @@ -1202,9 +1202,9 @@ jobs: | |||||||
|       REQUIRES_LOCAL_IMAGES: true |       REQUIRES_LOCAL_IMAGES: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -1218,7 +1218,7 @@ jobs: | |||||||
|           mvn -B install -pl :alfresco-governance-services-automation-community-rest-api -am -Pags -Pall-tas-tests -DskipTests |           mvn -B install -pl :alfresco-governance-services-automation-community-rest-api -am -Pags -Pall-tas-tests -DskipTests | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.0.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -1250,7 +1250,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.0.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -1265,7 +1265,7 @@ jobs: | |||||||
|           exit 1 |           exit 1 | ||||||
|       - name: "Configure AWS credentials" |       - name: "Configure AWS credentials" | ||||||
|         if: ${{ always() }} |         if: ${{ always() }} | ||||||
|         uses: aws-actions/configure-aws-credentials@v1 |         uses: aws-actions/configure-aws-credentials@v4 | ||||||
|         with: |         with: | ||||||
|           aws-access-key-id: ${{ secrets.AGS_AWS_ACCESS_KEY_ID }} |           aws-access-key-id: ${{ secrets.AGS_AWS_ACCESS_KEY_ID }} | ||||||
|           aws-secret-access-key: ${{ secrets.AGS_AWS_SECRET_ACCESS_KEY }} |           aws-secret-access-key: ${{ secrets.AGS_AWS_SECRET_ACCESS_KEY }} | ||||||
| @@ -1292,9 +1292,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force]') |       !contains(github.event.head_commit.message, '[force]') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
							
								
								
									
										16
									
								
								.github/workflows/master_release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/master_release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -34,12 +34,12 @@ jobs: | |||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v7.0.0 | ||||||
|         with: |         with: | ||||||
|           username: ${{ env.GIT_USERNAME }} |           username: ${{ env.GIT_USERNAME }} | ||||||
|           email: ${{ env.GIT_EMAIL }} |           email: ${{ env.GIT_EMAIL }} | ||||||
| @@ -63,12 +63,12 @@ jobs: | |||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2       |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.0.0       | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v7.0.0 | ||||||
|         with: |         with: | ||||||
|           username: ${{ env.GIT_USERNAME }} |           username: ${{ env.GIT_USERNAME }} | ||||||
|           email: ${{ env.GIT_EMAIL }} |           email: ${{ env.GIT_EMAIL }} | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-community-repo-amps</artifactId> |       <artifactId>alfresco-community-repo-amps</artifactId> | ||||||
|       <version>23.3.0.98</version> |       <version>23.3.1.3</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-community-parent</artifactId> |       <artifactId>alfresco-governance-services-community-parent</artifactId> | ||||||
|       <version>23.3.0.98</version> |       <version>23.3.1.3</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-automation-community-repo</artifactId> |       <artifactId>alfresco-governance-services-automation-community-repo</artifactId> | ||||||
|       <version>23.3.0.98</version> |       <version>23.3.1.3</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <build> |    <build> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-community-parent</artifactId> |       <artifactId>alfresco-governance-services-community-parent</artifactId> | ||||||
|       <version>23.3.0.98</version> |       <version>23.3.1.3</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-community-repo-parent</artifactId> |       <artifactId>alfresco-governance-services-community-repo-parent</artifactId> | ||||||
|       <version>23.3.0.98</version> |       <version>23.3.1.3</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <properties> |    <properties> | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| # Version label | # Version label | ||||||
| version.major=23 | version.major=23 | ||||||
| version.minor=3 | version.minor=3 | ||||||
| version.revision=0 | version.revision=1 | ||||||
| version.label= | version.label= | ||||||
|  |  | ||||||
| # Edition label | # Edition label | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-governance-services-community-repo-parent</artifactId> |         <artifactId>alfresco-governance-services-community-repo-parent</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <build> |     <build> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <modules> |     <modules> | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-amps</artifactId> |         <artifactId>alfresco-community-repo-amps</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-community-repo</artifactId> |       <artifactId>alfresco-community-repo</artifactId> | ||||||
|       <version>23.3.0.98</version> |       <version>23.3.1.3</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <dependencies> |    <dependencies> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|   | |||||||
| @@ -9,6 +9,6 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
| </project> | </project> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <modules> |     <modules> | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <modules> |     <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <organization> |     <organization> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <developers> |     <developers> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <developers> |     <developers> | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <developers> |     <developers> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||||
|     <modelVersion>4.0.0</modelVersion> |     <modelVersion>4.0.0</modelVersion> | ||||||
|     <artifactId>alfresco-community-repo</artifactId> |     <artifactId>alfresco-community-repo</artifactId> | ||||||
|     <version>23.3.0.98</version> |     <version>23.3.1.3</version> | ||||||
|     <packaging>pom</packaging> |     <packaging>pom</packaging> | ||||||
|     <name>Alfresco Community Repo Parent</name> |     <name>Alfresco Community Repo Parent</name> | ||||||
|  |  | ||||||
| @@ -25,7 +25,7 @@ | |||||||
|     <properties> |     <properties> | ||||||
|         <acs.version.major>23</acs.version.major> |         <acs.version.major>23</acs.version.major> | ||||||
|         <acs.version.minor>3</acs.version.minor> |         <acs.version.minor>3</acs.version.minor> | ||||||
|         <acs.version.revision>0</acs.version.revision> |         <acs.version.revision>1</acs.version.revision> | ||||||
|         <acs.version.label /> |         <acs.version.label /> | ||||||
|         <amp.min.version>${acs.version.major}.0.0</amp.min.version> |         <amp.min.version>${acs.version.major}.0.0</amp.min.version> | ||||||
|  |  | ||||||
| @@ -63,7 +63,7 @@ | |||||||
|         <dependency.jackson.version>2.15.2</dependency.jackson.version> |         <dependency.jackson.version>2.15.2</dependency.jackson.version> | ||||||
|         <dependency.cxf.version>4.0.5</dependency.cxf.version> |         <dependency.cxf.version>4.0.5</dependency.cxf.version> | ||||||
|         <dependency.opencmis.version>1.0.0-jakarta-1</dependency.opencmis.version> |         <dependency.opencmis.version>1.0.0-jakarta-1</dependency.opencmis.version> | ||||||
|         <dependency.webscripts.version>9.0</dependency.webscripts.version> |         <dependency.webscripts.version>9.3</dependency.webscripts.version> | ||||||
|         <dependency.bouncycastle.version>1.78.1</dependency.bouncycastle.version> |         <dependency.bouncycastle.version>1.78.1</dependency.bouncycastle.version> | ||||||
|         <dependency.mockito-core.version>5.12.0</dependency.mockito-core.version> |         <dependency.mockito-core.version>5.12.0</dependency.mockito-core.version> | ||||||
|         <dependency.assertj.version>3.26.3</dependency.assertj.version> |         <dependency.assertj.version>3.26.3</dependency.assertj.version> | ||||||
| @@ -114,7 +114,7 @@ | |||||||
|         <dependency.json-smart.version>2.5.1</dependency.json-smart.version> |         <dependency.json-smart.version>2.5.1</dependency.json-smart.version> | ||||||
|         <alfresco.googledrive.version>4.1.0</alfresco.googledrive.version> |         <alfresco.googledrive.version>4.1.0</alfresco.googledrive.version> | ||||||
|         <alfresco.aos-module.version>3.1.0</alfresco.aos-module.version> |         <alfresco.aos-module.version>3.1.0</alfresco.aos-module.version> | ||||||
|         <alfresco.api-explorer.version>23.2.0</alfresco.api-explorer.version> <!-- Also in alfresco-enterprise-share --> |         <alfresco.api-explorer.version>23.3.0</alfresco.api-explorer.version> <!-- Also in alfresco-enterprise-share --> | ||||||
|  |  | ||||||
|         <alfresco.maven-plugin.version>2.2.0</alfresco.maven-plugin.version> |         <alfresco.maven-plugin.version>2.2.0</alfresco.maven-plugin.version> | ||||||
|         <license-maven-plugin.version>2.0.1</license-maven-plugin.version> |         <license-maven-plugin.version>2.0.1</license-maven-plugin.version> | ||||||
| @@ -151,7 +151,7 @@ | |||||||
|         <connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection> |         <connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection> | ||||||
|         <developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection> |         <developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection> | ||||||
|         <url>https://github.com/Alfresco/alfresco-community-repo</url> |         <url>https://github.com/Alfresco/alfresco-community-repo</url> | ||||||
|         <tag>23.3.0.98</tag> |         <tag>23.3.1.3</tag> | ||||||
|     </scm> |     </scm> | ||||||
|  |  | ||||||
|     <distributionManagement> |     <distributionManagement> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.3.0.98</version> |         <version>23.3.1.3</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user