Skip to content

Commit

Permalink
Require Jenkins 2.426.3 or newer (#139)
Browse files Browse the repository at this point in the history
Users that are upgrading the plugin are already running 2.426.3 or newer.
Jenkins 2.426.3 includes a critical security fix that should be used by
all Jenkins users.  It is a good choice for minimum Jenkins version.

https://stats.jenkins.io/pluginversions/msbuild.html shows that:

* 92% of 1.31 installations are already running Jenkins 2.426.3 or newer
* 95% of 1.32 installations are already running Jenkins 2.426.3 or newer
* 97% of 1.33 installations are already running Jenkins 2.426.3 or newer
  • Loading branch information
MarkEWaite authored Jul 22, 2024
1 parent fb8ff65 commit b798709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</scm>

<properties>
<jenkins.version>2.401.1</jenkins.version>
<jenkins.version>2.426.3</jenkins.version>
<revision>1.34</revision>
<changelist>-SNAPSHOT</changelist>
<spotbugs.effort>Max</spotbugs.effort>
Expand All @@ -42,8 +42,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2745.vc7b_fe4c876fa_</version>
<artifactId>bom-2.426.x</artifactId>
<version>3208.vb_21177d4b_cd9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b798709

Please sign in to comment.