From f4105886ba4f6925302208b013bed872d69cd86a Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sat, 27 Jul 2024 15:16:19 -0400 Subject: [PATCH] Update Maven to 3.6.3 on the CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ec483d..80c1e5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,8 +9,8 @@ jobs: with: distribution: temurin java-version: '8' - - name: Install Maven 3.0.5 - run: mvn wrapper:wrapper -Dmaven=3.0.5 + - name: Install Maven 3.6.3 + run: mvn wrapper:wrapper -Dmaven=3.6.3 - name: Install with the release profile run: ./mvnw -f test/pom.xml install -Prelease - name: Build Maven site