Skip to content

Commit 6a2f627

Browse files
committed
Require 2.479.1 or newer
1 parent 95b6725 commit 6a2f627

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>plugin</artifactId>
32-
<version>4.88</version>
32+
<version>5.7</version>
3333
<relativePath />
3434
</parent>
3535

@@ -72,8 +72,8 @@
7272
<properties>
7373
<changelist>999999-SNAPSHOT</changelist>
7474
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
75-
<jenkins.baseline>2.440</jenkins.baseline>
76-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
75+
<jenkins.baseline>2.479</jenkins.baseline>
76+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
7777
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7878
</properties>
7979

@@ -95,11 +95,7 @@
9595
<dependency>
9696
<groupId>io.jenkins.tools.bom</groupId>
9797
<artifactId>bom-${jenkins.baseline}.x</artifactId>
98-
<!-- Last 2.426.x BOM version before a trilead api upgrade -->
99-
<!-- Trilead API upgrade breaks plugin compatibility tests due to poor handling of optional dependencies -->
100-
<!-- Do not change this without checking plugin BOM passes with new version -->
101-
<!-- https://github.com/jenkinsci/bom/pull/3404 -->
102-
<version>3234.v5ca_5154341ef</version>
98+
<version>3893.v213a_42768d35</version>
10399
<scope>import</scope>
104100
<type>pom</type>
105101
</dependency>

0 commit comments

Comments
 (0)