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 6e3cedc1451 CAUSEWAY-2445: reverts to maven-4.0.0-rc3
6e3cedc1451 is described below

commit 6e3cedc1451693cfe7faf247a090984deba36a85
Author: andi-huber <[email protected]>
AuthorDate: Mon Jun 30 06:27:13 2025 +0200

    CAUSEWAY-2445: reverts to maven-4.0.0-rc3
    
    due to bug https://github.com/eclipse-ee4j/eclipselink/pull/2420
---
 .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 e9bb0b0c179..22b23a15ad0 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-4)
+    - name: Set up Maven (4.0.0-rc-3)
       if: matrix.language == 'java' && env.BRANCH_NAME == 'v4'
       uses: stCarolas/setup-maven@v5
       with:
-        maven-version: 4.0.0-rc-4
+        maven-version: 4.0.0-rc-3
 
     - name: Print Maven Version
       if: matrix.language == 'java'

Reply via email to