Skip to content

Commit ad00365

Browse files
jonesbusydblock
authored andcommitted
Applied recipe UpgradeToRecommendCoreVersion
1 parent bc8759a commit ad00365

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,18 @@
4646
<properties>
4747
<revision>1.0.6</revision>
4848
<changelist>-SNAPSHOT</changelist>
49-
<jenkins.version>2.440.3</jenkins.version>
49+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
50+
<jenkins.baseline>2.452</jenkins.baseline>
51+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
5052
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5153
</properties>
5254

5355
<dependencyManagement>
5456
<dependencies>
5557
<dependency>
5658
<groupId>io.jenkins.tools.bom</groupId>
57-
<artifactId>bom-2.440.x</artifactId>
58-
<version>3435.v238d66a_043fb_</version>
59+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
60+
<version>3850.vb_c5319efa_e29</version>
5961
<type>pom</type>
6062
<scope>import</scope>
6163
</dependency>

0 commit comments

Comments
 (0)