Skip to content

Commit

Permalink
Update maven to 3.9.6 (fixes #944) (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 17, 2024
1 parent c45a4a9 commit 8775eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
cache: maven

- name: Build with maven
run: mvn --no-transfer-progress verify
run: ./mvnw --no-transfer-progress verify
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<java.build.version>21</java.build.version>
<java.release.version>8</java.release.version>
<maven.version>3.6.3</maven.version>
<maven.version>3.9.6</maven.version>

<native.image.skip>true</native.image.skip>
<automatic.module.name />
Expand Down

0 comments on commit 8775eb2

Please sign in to comment.