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 61b6cf58c71 CAUSEWAY-2445: build v4 w/ maven-version: 4.0.0-rc-4 (CI)
61b6cf58c71 is described below
commit 61b6cf58c719aec7f693f6f0bd131cb7465efefc
Author: Andi Huber <[email protected]>
AuthorDate: Wed Jul 9 13:07:33 2025 +0200
CAUSEWAY-2445: build v4 w/ maven-version: 4.0.0-rc-4 (CI)
---
.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 22b23a15ad0..e9bb0b0c179 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.10
- - name: Set up Maven (4.0.0-rc-3)
+ - name: Set up Maven (4.0.0-rc-4)
if: matrix.language == 'java' && env.BRANCH_NAME == 'v4'
uses: stCarolas/setup-maven@v5
with:
- maven-version: 4.0.0-rc-3
+ maven-version: 4.0.0-rc-4
- name: Print Maven Version
if: matrix.language == 'java'