Skip to content

Commit 99e1db4

Browse files
authored
Merge pull request #7 from MarkEWaite/test-with-java-25
Test with Java 25
2 parents 3d5ba73 + bf1a3cc commit 99e1db4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2-
[platform: 'linux', jdk: 21],
3-
[platform: 'windows', jdk: 17],
2+
[platform: 'linux', jdk: 25],
3+
[platform: 'windows', jdk: 21],
44
])

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.26</version>
7+
<version>5.28</version>
88
<relativePath />
99
</parent>
1010

@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.jenkins.tools.bom</groupId>
4949
<artifactId>bom-${jenkins.baseline}.x</artifactId>
50-
<version>4136.vca_c3202a_7fd1</version>
50+
<version>5054.v620b_5d2b_d5e6</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

0 commit comments

Comments
 (0)