Skip to content

Commit 8228f34

Browse files
authored
feat(java): Require Jenkins core 2.479.1 and Java 17. (jenkinsci#168)
Co-authored-by: Bruno Verachten <gounthar@users.noreply.github.com>
1 parent a102196 commit 8228f34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.88</version>
8+
<version>5.7</version>
99
<relativePath />
1010
</parent>
1111

@@ -27,8 +27,8 @@
2727
<changelist>-SNAPSHOT</changelist>
2828
<gitHubRepo>jenkinsci/plot-plugin</gitHubRepo>
2929
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
30-
<jenkins.baseline>2.452</jenkins.baseline>
31-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
30+
<jenkins.baseline>2.479</jenkins.baseline>
31+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3232
<spotless.check.skip>false</spotless.check.skip>
3333
</properties>
3434

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.jenkins.tools.bom</groupId>
4040
<artifactId>bom-${jenkins.baseline}.x</artifactId>
41-
<version>3944.v1a_e4f8b_452db_</version>
41+
<version>4136.vca_c3202a_7fd1</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>

0 commit comments

Comments
 (0)