This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new f412ae33848 CAUSEWAY-2445: [Ongoing] CI Maintenance
f412ae33848 is described below
commit f412ae3384802d57d412909ef970e53014d0dd76
Author: andi-huber <[email protected]>
AuthorDate: Wed Jan 7 09:57:20 2026 +0100
CAUSEWAY-2445: [Ongoing] CI Maintenance
Task-Url: https://issues.apache.org/jira/browse/CAUSEWAY-2445
---
.github/workflows/ci-build-artifacts-no-push-maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 4b1843ee5a5..6a7e29db4a9 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -68,11 +68,11 @@ jobs:
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.11
- - name: Set up Maven (4.0.0-rc-4)
+ - name: Set up Maven (4.0.0-rc-5)
if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
uses: stCarolas/setup-maven@v5
with:
- maven-version: 4.0.0-rc-4
+ maven-version: 4.0.0-rc-5
- name: Print Maven Version
if: matrix.language == 'java'