Skip to content

Commit e557fe6

Browse files
committed
Require 2.401.3 as minimum Jenkins version
1 parent d429443 commit e557fe6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<revision>4.11.0</revision>
2929
<changelist>999999-SNAPSHOT</changelist>
3030
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
31-
<jenkins.version>2.387.3</jenkins.version>
31+
<jenkins.version>2.401.3</jenkins.version>
3232
<no-test-jar>false</no-test-jar>
3333
<!--
3434
beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707
@@ -40,6 +40,13 @@
4040

4141
<dependencyManagement>
4242
<dependencies>
43+
<dependency>
44+
<groupId>io.jenkins.tools.bom</groupId>
45+
<artifactId>bom-2.401.x</artifactId>
46+
<version>2329.v078520e55c19</version>
47+
<type>pom</type>
48+
<scope>import</scope>
49+
</dependency>
4350
<dependency>
4451
<groupId>com.squareup.okhttp3</groupId>
4552
<artifactId>okhttp-bom</artifactId>

0 commit comments

Comments
 (0)