Skip to content

Commit 0db3607

Browse files
committed
feat(java): Require Jenkins core 2.492.3 and Java 17
1 parent 8200bcf commit 0db3607

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

pom.xml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
88
<version>5.18</version>
9+
<relativePath />
910
</parent>
1011

1112
<groupId>org.jenkins-ci.plugins</groupId>
@@ -25,25 +26,6 @@
2526
</license>
2627
</licenses>
2728

28-
<developers>
29-
<developer>
30-
<id>strangelookingnerd</id>
31-
<name>Daniel Krämer</name>
32-
</developer>
33-
<developer>
34-
<id>bakito</id>
35-
<name>Marc Brugger</name>
36-
</developer>
37-
<developer>
38-
<id>wolfs</id>
39-
<name>Stefan Wolf</name>
40-
</developer>
41-
<developer>
42-
<id>beryx</id>
43-
<name>Serban Iordache</name>
44-
</developer>
45-
</developers>
46-
4729
<scm>
4830
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4931
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
@@ -56,7 +38,7 @@
5638
<gitHubRepo>jenkinsci/badge-plugin</gitHubRepo>
5739
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
5840
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
59-
<jenkins.baseline>2.479</jenkins.baseline>
41+
<jenkins.baseline>2.492</jenkins.baseline>
6042
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
6143
<revision>2.9</revision>
6244
<spotbugs.effort>Max</spotbugs.effort>
@@ -69,7 +51,7 @@
6951
<dependency>
7052
<groupId>io.jenkins.tools.bom</groupId>
7153
<artifactId>bom-${jenkins.baseline}.x</artifactId>
72-
<version>5054.v620b_5d2b_d5e6</version>
54+
<version>5085.v05cc65a_936d3</version>
7355
<type>pom</type>
7456
<scope>import</scope>
7557
</dependency>

0 commit comments

Comments
 (0)