Skip to content

Commit

Permalink
fix: downgrade minimum Maven version from 3.6.3 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed May 2, 2022
1 parent 48fffe6 commit 5e920b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -47,7 +47,7 @@
</ciManagement>

<prerequisites>
<maven>3.6.3</maven>
<maven>3.5.0</maven>
</prerequisites>

<properties>
Expand Down
Expand Up @@ -14,7 +14,7 @@
import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;

@RunWith(MavenJUnitTestRunner.class)
@MavenVersions({"3.6.3", "3.8.5"})
@MavenVersions({"3.5.0", "3.8.1"})
public class LicenseCheckerMojoTest {

@Rule
Expand Down

0 comments on commit 5e920b5

Please sign in to comment.