Skip to content

Commit c3b4ea7

Browse files
authored
Merge pull request #390 from MarkEWaite/octopus
Compile and test with Java 25
2 parents f6846a6 + 4851708 commit c3b4ea7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.10</version>
5+
<version>1.13</version>
66
</extension>
77
</extensions>

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ buildPlugin(
33
configurations: [
44
[platform: 'linux', jdk: 21],
55
[platform: 'windows', jdk: 17],
6-
])
6+
[platform: 'linux', jdk: 25],
7+
])

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THE SOFTWARE.
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>5.24</version>
31+
<version>5.26</version>
3232
<relativePath/>
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -63,7 +63,7 @@ THE SOFTWARE.
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.baseline>2.479</jenkins.baseline>
66+
<jenkins.baseline>2.504</jenkins.baseline>
6767
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
6868
<no-test-jar>false</no-test-jar>
6969
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -74,7 +74,7 @@ THE SOFTWARE.
7474
<dependency>
7575
<groupId>io.jenkins.tools.bom</groupId>
7676
<artifactId>bom-${jenkins.baseline}.x</artifactId>
77-
<version>5054.v620b_5d2b_d5e6</version>
77+
<version>5388.v3ea_2e00a_719a_</version>
7878
<scope>import</scope>
7979
<type>pom</type>
8080
</dependency>

0 commit comments

Comments
 (0)