Skip to content

Commit 8c55aee

Browse files
authored
Applied recipe UpgradeToRecommendCoreVersion (#63)
1 parent 033a0e7 commit 8c55aee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151

5252
<properties>
5353
<changelist>999999-SNAPSHOT</changelist>
54-
<jenkins.baseline>2.414</jenkins.baseline>
55-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
54+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
55+
<jenkins.baseline>2.452</jenkins.baseline>
56+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
5657
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5758
</properties>
5859

@@ -62,7 +63,7 @@
6263
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
6364
<groupId>io.jenkins.tools.bom</groupId>
6465
<artifactId>bom-${jenkins.baseline}.x</artifactId>
65-
<version>2982.vdce2153031a_0</version>
66+
<version>3867.v17b_41ce6fcb_c</version>
6667
<type>pom</type>
6768
<scope>import</scope>
6869
</dependency>

0 commit comments

Comments
 (0)