Skip to content

Commit 0bd4f5f

Browse files
committed
feat(java): Require Jenkins core 2.479.1 and Java 17.
1 parent caf6106 commit 0bd4f5f

1 file changed

Lines changed: 4 additions & 17 deletions

File tree

pom.xml

Lines changed: 4 additions & 17 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

@@ -18,8 +18,8 @@
1818

1919
<properties>
2020
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
21-
<jenkins.baseline>2.462</jenkins.baseline>
22-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
21+
<jenkins.baseline>2.479</jenkins.baseline>
22+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
2323

2424
<!-- Maven Plugins -->
2525
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
@@ -60,25 +60,12 @@
6060
</plugins>
6161
</reporting>
6262

63-
<developers>
64-
<developer>
65-
<id>hypery2k</id>
66-
<name>Martin Reinhardt</name>
67-
<email>contact@martinreinhardt-online.de</email>
68-
</developer>
69-
<developer>
70-
<id>jborghi</id>
71-
<name>John Borghi</name>
72-
<email>jborghi@java.net</email>
73-
</developer>
74-
</developers>
75-
7663
<dependencyManagement>
7764
<dependencies>
7865
<dependency>
7966
<groupId>io.jenkins.tools.bom</groupId>
8067
<artifactId>bom-${jenkins.baseline}.x</artifactId>
81-
<version>4051.v78dce3ce8b_d6</version>
68+
<version>4136.vca_c3202a_7fd1</version>
8269
<scope>import</scope>
8370
<type>pom</type>
8471
</dependency>

0 commit comments

Comments
 (0)