Skip to content

Commit c301ab0

Browse files
authored
Merge pull request #145 from jonesbusy/plugin-modernizer-tool
Require 2.452.4
2 parents df60779 + ca7c7f1 commit c301ab0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,18 @@
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.414.3</jenkins.version>
66+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
67+
<jenkins.baseline>2.452</jenkins.baseline>
68+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
6769
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6870
<useBeta>true</useBeta>
6971
</properties>
7072
<dependencyManagement>
7173
<dependencies>
7274
<dependency>
7375
<groupId>io.jenkins.tools.bom</groupId>
74-
<artifactId>bom-2.414.x</artifactId>
75-
<version>2950.va_633b_f42f759</version>
76+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
77+
<version>3875.v1df09947cde6</version>
7678
<scope>import</scope>
7779
<type>pom</type>
7880
</dependency>

0 commit comments

Comments
 (0)