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 21, 2023
1 parent ddefecf commit b849abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.4" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.8", "3.9.4" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.5" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
</dependencies>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<slf4j.version>1.7.36</slf4j.version>
<project.build.outputTimestamp>2022-07-15T02:43:45Z</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit b849abc

Please sign in to comment.