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 May 2, 2023
1 parent 21ea216 commit d50551b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</developers>

<prerequisites>
<maven>3.2.5</maven>
<maven>3.5.4</maven>
</prerequisites>

<scm>
Expand All @@ -81,9 +81,9 @@

<properties>
<maven.scm.version>1.13.0</maven.scm.version>
<maven.api.version>3.2.5</maven.api.version>
<maven.api.version>3.5.4</maven.api.version>
<mojo.java.target>1.8</mojo.java.target>
<maven.it.version>3.2.5</maven.it.version>
<maven.it.version>3.5.4</maven.it.version>
<takari.plugin.testing.version>3.0.0</takari.plugin.testing.version>
<takari-lifecycle-plugin.version>2.0.8</takari-lifecycle-plugin.version>
<test.excludes>**/it/**</test.excludes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.junit.runner.RunWith;

@RunWith( MavenJUnitTestRunner.class )
@MavenVersions( { "3.3.9" } )
@MavenVersions( { "3.5.4" } )
public class BuildNumberMojoTest
{
private static final Pattern SVN_VERSION_PATTERN = Pattern.compile( "svn, version (\\d+)\\.(\\d+)\\." );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.junit.runner.RunWith;

@RunWith( MavenJUnitTestRunner.class )
@MavenVersions( { "3.3.9" } )
@MavenVersions( { "3.5.4" } )
public class CreateMetadataMojoTest
{
@Rule
Expand Down

0 comments on commit d50551b

Please sign in to comment.