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 4b055cfbde3 CAUSEWAY-2445: typo in version (CI)
4b055cfbde3 is described below
commit 4b055cfbde31ca474ddb6b9b0685a7d676799910
Author: Andi Huber <[email protected]>
AuthorDate: Tue May 27 18:25:39 2025 +0200
CAUSEWAY-2445: typo in version (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 f480f304fdf..666bf89c040 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.9
- - name: Set up Maven (4.0.0-rc3)
+ - 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-rc3
+ maven-version: 4.0.0-rc-3
- name: Print Maven Version
if: matrix.language == 'java'