Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 3b11a21

Browse files
authored
Merge pull request #92 from jonesbusy/plugin-modernizer-tool
Require 2.452.4
2 parents 37444e1 + 89cc052 commit 3b11a21

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
@@ -4,14 +4,16 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.73</version>
7+
<version>4.88</version>
88
<relativePath />
99
</parent>
1010

1111
<properties>
1212
<revision>3.2.1</revision>
1313
<changelist>-SNAPSHOT</changelist>
14-
<jenkins.version>2.387.3</jenkins.version>
14+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
15+
<jenkins.baseline>2.452</jenkins.baseline>
16+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
1517
<gitHubRepo>jenkinsci/parameterized-remote-trigger-plugin</gitHubRepo>
1618
<!-- https://wiki.jenkins-ci.org/display/JENKINS/Marking+a+new+plugin+version+as+incompatible+with+older+versions -->
1719
<hpi.compatibleSinceVersion>3.1.6</hpi.compatibleSinceVersion>
@@ -77,8 +79,8 @@
7779
<dependencies>
7880
<dependency>
7981
<groupId>io.jenkins.tools.bom</groupId>
80-
<artifactId>bom-2.387.x</artifactId>
81-
<version>2446.v2e9fd3b_d8c81</version>
82+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
83+
<version>3875.v1df09947cde6</version>
8284
<scope>import</scope>
8385
<type>pom</type>
8486
</dependency>

0 commit comments

Comments
 (0)