Skip to content

Commit b41bb87

Browse files
authored
Merge pull request #71 from jonesbusy/plugin-modernizer/upgradenextmajorparentversion
feat(java): Require Jenkins core 2.479.1 and Java 17.
2 parents 4e1eaad + 1263add commit b41bb87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.88</version>
7+
<version>5.5</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
@@ -29,8 +29,8 @@
2929
<revision>2.9.0</revision>
3030
<changelist>999999-SNAPSHOT</changelist>
3131
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
32-
<jenkins.baseline>2.452</jenkins.baseline>
33-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
32+
<jenkins.baseline>2.479</jenkins.baseline>
33+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3434
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3535
<spotless.check.skip>false</spotless.check.skip>
3636
<json-smart.version>2.5.1</json-smart.version>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.jenkins.tools.bom</groupId>
4343
<artifactId>bom-${jenkins.baseline}.x</artifactId>
44-
<version>3875.v1df09947cde6</version>
44+
<version>3893.v213a_42768d35</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

0 commit comments

Comments
 (0)