Skip to content

Commit

Permalink
Use optional maven integration 3.16, not 3.19
Browse files Browse the repository at this point in the history
The plugin compatbility tester reports that the upgrade of the maven
integration plugin dependency from 3.16 to 3.19 is a problem.

https://github.com/jenkinsci/bom/pull/1703/checks is the archive of the
failing checks.

There was no strong reason to upgrade to the newer integration plugin
version in the previous release.  I upgraded because 3.19 is reasonably
recent (released 8 months ago) and after the upgrade to Jenkins 2.321+
that was done in 3.17.

Restoring the minimum dependency to 3.16 does not prevent users from
installing or using more recent releases of the maven integration plugin.
  • Loading branch information
MarkEWaite committed Jan 23, 2023
1 parent b9aceba commit aa298c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>3.19</version>
<version>3.16</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit aa298c7

Please sign in to comment.