Skip to content

Commit

Permalink
Require Maven 3.6.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 27, 2023
1 parent b82a0eb commit 96535d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.2" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.9.2" ]' # Maven versions matrix for verify builds
verify-fail-fast: false # Fail-fast for verify builds
matrix-exclude: >
[
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</ciManagement>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<mojo.java.target>8</mojo.java.target>
<mavenFilteringVersion>3.3.1</mavenFilteringVersion>
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
Expand Down

0 comments on commit 96535d3

Please sign in to comment.