Skip to content

Commit

Permalink
Require Maven 3.8.1 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 17, 2021
1 parent e9f0e7d commit 7cd1386
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 @@ -658,8 +658,8 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.3.9,)</version>
<message>3.3.9 is required at least.</message>
<version>[3.8.1,)</version>
<message>3.8.1 required to no longer download dependencies via HTTP (use HTTPS instead).</message>
</requireMavenVersion>
<!-- TODO failing during incrementals deploy: MENFORCER-281
<requirePluginVersions>
Expand Down Expand Up @@ -809,10 +809,6 @@
<id>display-info</id>
<configuration>
<rules>
<requireMavenVersion>
<version>[3.5.4,)</version>
<message>3.5.4+ required to use Incrementals.</message>
</requireMavenVersion>
<rule implementation="io.jenkins.tools.incrementals.enforcer.RequireExtensionVersion">
<version>[${incrementals-enforce-minimum.version},)</version>
</rule>
Expand Down

0 comments on commit 7cd1386

Please sign in to comment.