Skip to content

Commit fed5587

Browse files
committed
Applied recipe UpgradeToRecommendCoreVersion
1 parent c51412f commit fed5587

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>plugin</artifactId>
32-
<version>4.86</version>
32+
<version>4.88</version>
3333
<relativePath/>
3434
</parent>
3535

@@ -68,7 +68,9 @@
6868
<revision>2</revision>
6969
<changelist>999999-SNAPSHOT</changelist>
7070
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
71-
<jenkins.version>2.440.3</jenkins.version>
71+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
72+
<jenkins.baseline>2.452</jenkins.baseline>
73+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
7274
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
7375
<no-test-jar>false</no-test-jar>
7476
</properties>
@@ -77,8 +79,8 @@
7779
<dependencies>
7880
<dependency>
7981
<groupId>io.jenkins.tools.bom</groupId>
80-
<artifactId>bom-2.440.x</artifactId>
81-
<version>3234.v5ca_5154341ef</version>
82+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
83+
<version>3850.vb_c5319efa_e29</version>
8284
<type>pom</type>
8385
<scope>import</scope>
8486
</dependency>

0 commit comments

Comments
 (0)