From 1e9bfd3d8d314246c12af7750612ba38aaa94576 Mon Sep 17 00:00:00 2001 From: Dannes Wessels Date: Mon, 29 Jul 2024 11:01:32 +0200 Subject: [PATCH 1/2] Upgrade to latest mvnd (supporting mvn 3.x) --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 61d5473ac1f..3d0933cffa0 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -52,7 +52,7 @@ jobs: id: install-mvnd uses: ./.github/actions/install-mvnd with: - version: '1.0-m7' + version: '1.0.1' file-version-suffix: '-m39' cache: 'true' - name: Maven Build From 500e5d605fe4c8a93cbdbece70a1d9ec19e847be Mon Sep 17 00:00:00 2001 From: Dannes Wessels Date: Mon, 29 Jul 2024 11:34:01 +0200 Subject: [PATCH 2/2] Update ci-test.yml FIle names have been simplified --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 3d0933cffa0..640f5ef303b 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -53,7 +53,7 @@ jobs: uses: ./.github/actions/install-mvnd with: version: '1.0.1' - file-version-suffix: '-m39' + file-version-suffix: '' cache: 'true' - name: Maven Build timeout-minutes: 10