Skip to content

Commit 9b0d3f5

Browse files
authored
Merge pull request #69 from basil/pom
Update plugin parent POM and BOM
2 parents a7c3e36 + 3c8513f commit 9b0d3f5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
buildPlugin(platforms: ['maven'])
1+
buildPlugin(
2+
useContainerAgent: true,
3+
configurations: [
4+
[platform: 'linux', jdk: 17],
5+
[platform: 'windows', jdk: 11],
6+
])

pom.xml

Lines changed: 4 additions & 4 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>4.51</version>
7+
<version>4.53</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
@@ -14,7 +14,7 @@
1414
<properties>
1515
<revision>0.11.5</revision>
1616
<changelist>999999-SNAPSHOT</changelist>
17-
<jenkins.version>2.289.3</jenkins.version>
17+
<jenkins.version>2.361.4</jenkins.version>
1818
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1919
</properties>
2020
<name>Java JSON Web Token (JJWT) Plugin</name>
@@ -48,8 +48,8 @@
4848
<dependencies>
4949
<dependency>
5050
<groupId>io.jenkins.tools.bom</groupId>
51-
<artifactId>bom-2.289.x</artifactId>
52-
<version>1500.ve4d05cd32975</version>
51+
<artifactId>bom-2.361.x</artifactId>
52+
<version>1750.v0071fa_4c4a_e3</version>
5353
<scope>import</scope>
5454
<type>pom</type>
5555
</dependency>

0 commit comments

Comments
 (0)