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 Feb 11, 2024
1 parent 4a33111 commit 577c915
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is the [wagon-maven-plugin](http://www.mojohaus.org/wagon-maven-plugin/).

## Maintained versions

Wagen Maven Plugin requires Maven 3.2.5+ and JDK 1.8+
Wagen Maven Plugin requires Maven 3.6.3+ and JDK 8+

However, we maintain the latest Plugin version with the latest Maven.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</licenses>

<properties>
<maven.api.version>3.2.5</maven.api.version>
<maven.api.version>3.6.3</maven.api.version>
<mojo.java.target>8</mojo.java.target>
<wagon.api.version>3.4.0</wagon.api.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.junit.runner.RunWith;

@RunWith( MavenJUnitTestRunner.class )
@MavenVersions( { "3.2.5" } )
@MavenVersions( { "3.6.3" } )
public class WagonMojoFtpBasicIT
{
@Rule
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/codehaus/mojo/wagon/WagonMojoHttpIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.junit.runner.RunWith;

@RunWith( MavenJUnitTestRunner.class )
@MavenVersions( { "3.2.5" } )
@MavenVersions( { "3.6.3" } )
public class WagonMojoHttpIT extends AbstractJettyIT
{
@Rule
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.2.5" } )
@MavenVersions( { "3.6.3" } )
public class WagonMojoHttpSettingsIT extends AbstractJettyIT
{
@Rule
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/codehaus/mojo/wagon/WagonMojoSshIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;

@RunWith( MavenJUnitTestRunner.class )
@MavenVersions( { "3.2.5" } )
@MavenVersions( { "3.6.3" } )
public class WagonMojoSshIT
{
@Rule
Expand Down

0 comments on commit 577c915

Please sign in to comment.