Skip to content

Commit 9dea640

Browse files
committed
Increase minimum Jenkins version for LargeText interface support
1 parent 515f67e commit 9dea640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
6666
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
67-
<jenkins.baseline>2.504</jenkins.baseline>
68-
<jenkins.version>2.531-rc37563.302edded866d</jenkins.version>
67+
<jenkins.baseline>2.516</jenkins.baseline>
68+
<jenkins.version>2.532</jenkins.version>
6969
<no-test-jar>false</no-test-jar>
7070
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7171
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.jenkins.tools.bom</groupId>
7777
<artifactId>bom-${jenkins.baseline}.x</artifactId>
78-
<version>5015.vb_52d36583443</version>
78+
<version>5577.vea_979d35b_b_ff</version>
7979
<scope>import</scope>
8080
<type>pom</type>
8181
</dependency>

0 commit comments

Comments
 (0)