Skip to content

Commit 2aa692a

Browse files
authored
Merge pull request #141 from basil/refresh
Refresh plugin
2 parents a1e17c7 + b3ded78 commit 2aa692a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: "windows", jdk: "8" ],
3-
[ platform: "linux", jdk: "11" ]
2+
[platform: 'linux', jdk: 21],
3+
[platform: 'windows', jdk: 17],
44
])

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.43.1</version>
31+
<version>4.73</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -64,15 +64,15 @@
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
6666
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
67-
<jenkins.version>2.289.1</jenkins.version>
67+
<jenkins.version>2.387.3</jenkins.version>
6868
<no-test-jar>false</no-test-jar>
6969
</properties>
7070
<dependencyManagement>
7171
<dependencies>
7272
<dependency>
7373
<groupId>io.jenkins.tools.bom</groupId>
74-
<artifactId>bom-2.289.x</artifactId>
75-
<version>1289.v5c4b_1c43511b_</version>
74+
<artifactId>bom-2.387.x</artifactId>
75+
<version>2465.va_e76ed7b_3061</version>
7676
<scope>import</scope>
7777
<type>pom</type>
7878
</dependency>

0 commit comments

Comments
 (0)