Skip to content

Commit

Permalink
Require Maven 3.5.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 29, 2023
1 parent 9d5be85 commit 8ce8734
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.1" # Maven version for fail-fast-build
maven-matrix: '[ "3.5.4", "3.9.1" ]' # 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 @@ -79,7 +79,7 @@
</scm>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.5.4</mavenVersion>
<junit.version>5.9.1</junit.version>
<project.build.outputTimestamp>2022-09-30T06:33:55Z</project.build.outputTimestamp>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/mojo/tidy/PomMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* Tidy up the <code>pom.xml</code> into the canonical order.
*/
@Mojo( name = "pom", requiresProject = true, requiresDirectInvocation = true )
@Mojo( name = "pom" )
public class PomMojo
extends TidyMojo
{
Expand Down

0 comments on commit 8ce8734

Please sign in to comment.