Skip to content

Commit 55d9d20

Browse files
committed
Support Java 25
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 0e4ca7e commit 55d9d20

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.8</version>
5+
<version>1.13</version>
66
</extension>
77
</extensions>

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

33
buildPlugin(useContainerAgent: true, configurations: [
4-
[platform: 'linux', jdk: 21],
5-
[platform: 'windows', jdk: 17],
4+
[platform: 'linux', jdk: 25],
5+
[platform: 'windows', jdk: 21],
66
])

pom.xml

Lines changed: 3 additions & 3 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>5.17</version>
8+
<version>5.2102.v5f5fe09fccf1</version>
99
<relativePath />
1010
</parent>
1111

@@ -23,7 +23,7 @@
2323
<changelist>999999-SNAPSHOT</changelist>
2424
<gitHubRepo>jenkinsci/multibranch-build-strategy-extension</gitHubRepo>
2525
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
26-
<jenkins.baseline>2.479</jenkins.baseline>
26+
<jenkins.baseline>2.528</jenkins.baseline>
2727
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2828
</properties>
2929

@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>io.jenkins.tools.bom</groupId>
7474
<artifactId>bom-${jenkins.baseline}.x</artifactId>
75-
<version>4890.vfca_82c6741a_d</version>
75+
<version>5804.v80587a_38d937</version>
7676
<scope>import</scope>
7777
<type>pom</type>
7878
</dependency>

0 commit comments

Comments
 (0)