Skip to content

Commit 2562b3d

Browse files
authored
Merge pull request #191 from jonesbusy-automation/plugin-modernizer-tool
Require 2.452.4
2 parents f6d31e6 + d6839b9 commit 2562b3d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.86</version>
31+
<version>4.88</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -64,15 +64,17 @@
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
6666
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
67-
<jenkins.version>2.440.3</jenkins.version>
67+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
68+
<jenkins.baseline>2.452</jenkins.baseline>
69+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
6870
<no-test-jar>false</no-test-jar>
6971
</properties>
7072
<dependencyManagement>
7173
<dependencies>
7274
<dependency>
7375
<groupId>io.jenkins.tools.bom</groupId>
74-
<artifactId>bom-2.440.x</artifactId>
75-
<version>3234.v5ca_5154341ef</version>
76+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
77+
<version>3850.vb_c5319efa_e29</version>
7678
<scope>import</scope>
7779
<type>pom</type>
7880
</dependency>

0 commit comments

Comments
 (0)