Skip to content

Commit

Permalink
Require Maven 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Jun 9, 2021
1 parent bfe2a88 commit 826a0f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.3.1,)</version>
<message>3.3.1 required to at least look at .mvn/ if it exists.</message>
<version>[3.8.1,)</version>
<message>3.8.1 required to no longer download dependencies via HTTP (use HTTPS instead).</message>
</requireMavenVersion>
<requireJavaVersion>
<version>[1.8.0,)</version>
Expand Down Expand Up @@ -1318,10 +1318,6 @@
<id>display-info</id>
<configuration>
<rules>
<requireMavenVersion>
<version>[3.5.0,)</version>
<message>3.5.0+ required to use Incrementals.</message>
</requireMavenVersion>
<rule implementation="io.jenkins.tools.incrementals.enforcer.RequireExtensionVersion">
<version>[1.0-beta-4,)</version>
</rule>
Expand Down

0 comments on commit 826a0f1

Please sign in to comment.