Skip to content

Commit c259713

Browse files
authored
Merge pull request #131 from jonesbusy-automation/plugin-modernizer/upgradenextmajorparentversion
feat(java): Require Jenkins core 2.479.3 and Java 17.
2 parents e003ff7 + 01bbc31 commit c259713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.88</version>
6+
<version>5.7</version>
77
<relativePath />
88
</parent>
99

@@ -18,7 +18,7 @@
1818
<changelist>999999-SNAPSHOT</changelist>
1919
<gitHubRepo>jenkinsci/database-mysql-plugin</gitHubRepo>
2020
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
21-
<jenkins.baseline>2.462</jenkins.baseline>
21+
<jenkins.baseline>2.479</jenkins.baseline>
2222
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2323

2424
<!-- Test dependencies version -->

0 commit comments

Comments
 (0)