Skip to content

Commit

Permalink
Require recent Maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed May 17, 2021
1 parent d7e27b8 commit a1b1f07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</scm>

<properties>
<mavenVersion>3.2.3</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
<provisioVersion>1.0.16</provisioVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
Expand All @@ -35,7 +35,7 @@
</properties>

<prerequisites>
<maven>[3.2.1,)</maven>
<maven>[3.6.3,)</maven>
</prerequisites>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/trino/maven/CheckerIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import java.io.File;

@RunWith(MavenJUnitTestRunner.class)
@MavenVersions({"3.3.9", "3.5.4", "3.6.2"})
@MavenVersions({"3.6.3", "3.8.1"})
@SuppressWarnings({"JUnitTestNG", "PublicField"})
public class CheckerIntegrationTest
{
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/trino/maven/GeneratorIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import static org.junit.Assert.assertNotNull;

@RunWith(MavenJUnitTestRunner.class)
@MavenVersions({"3.3.9", "3.5.4", "3.6.2"})
@MavenVersions({"3.6.3", "3.8.1"})
@SuppressWarnings({"JUnitTestNG", "PublicField"})
public class GeneratorIntegrationTest
{
Expand Down

0 comments on commit a1b1f07

Please sign in to comment.