File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
buildPlugin(useContainerAgent : true , configurations : [
2
- [ platform : " linux" , jdk : " 8" ],
3
- [ platform : " windows" , jdk : " 8" ],
4
- [ platform : " linux" , jdk : " 11" ]
2
+ [platform : ' linux' , jdk : 17 ],
3
+ [platform : ' windows' , jdk : 11 ],
5
4
])
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >4.50 </version >
31
+ <version >4.63 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >org.jenkins-ci.plugins.workflow</groupId >
63
63
</pluginRepositories >
64
64
<properties >
65
65
<changelist >999999-SNAPSHOT</changelist >
66
- <jenkins .version>2.303.3 </jenkins .version>
66
+ <jenkins .version>2.361.4 </jenkins .version>
67
67
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
68
68
</properties >
69
69
<dependencyManagement >
70
70
<dependencies >
71
71
<dependency >
72
72
<groupId >io.jenkins.tools.bom</groupId >
73
- <artifactId >bom-2.303 .x</artifactId >
74
- <version >1500.ve4d05cd32975 </version >
73
+ <artifactId >bom-2.361 .x</artifactId >
74
+ <version >2081.v85885a_d2e5c5 </version >
75
75
<scope >import</scope >
76
76
<type >pom</type >
77
77
</dependency >
You can’t perform that action at this time.
0 commit comments