From 05520ed41ca6b46e5b98df499bce4a13e2802b7b Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 8 Mar 2024 17:25:06 +0100 Subject: [PATCH] Update maven to 3.9.6 (fixes #944) --- .github/workflows/master-build.yml | 2 +- .mvn/wrapper/maven-wrapper.properties | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 371b0d8f0..45433ab5a 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -41,4 +41,4 @@ jobs: cache: maven - name: Build with maven - run: mvn --no-transfer-progress verify + run: ./mvnw --no-transfer-progress verify diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index be4fea707..4465bd923 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1 +1 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip +distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip diff --git a/pom.xml b/pom.xml index 162261352..c7abd5fe0 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 21 8 - 3.6.3 + 3.9.6 true