File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.87 </version >
8
+ <version >5.1 </version >
9
9
<relativePath />
10
10
</parent >
11
11
28
28
<revision >4.11.0</revision >
29
29
<changelist >999999-SNAPSHOT</changelist >
30
30
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
31
- <jenkins .version>2.475 </jenkins .version>
31
+ <jenkins .version>2.479 </jenkins .version>
32
32
<no-test-jar >false</no-test-jar >
33
33
<!--
34
34
beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707
35
35
if updating these ensure the used transitive deps that have their version managed are updated as direct dependencies and any unused ones are removed.
36
36
-->
37
37
<okio .version>3.5.0</okio .version>
38
38
<kotlin .version>1.9.22</kotlin .version>
39
- <!-- TODO JENKINS-73339 until in parent POM -->
40
- <jenkins-test-harness .version>2265.v3da_49c8134d6</jenkins-test-harness .version>
41
- <maven .compiler.release>17</maven .compiler.release>
42
39
</properties >
43
40
44
41
<dependencyManagement >
64
61
<scope >import</scope >
65
62
<type >pom</type >
66
63
</dependency >
67
- <!-- TODO JENKINS-73339 until in parent POM, work around https://github.com/jenkinsci/plugin-pom/issues/936 -->
68
- <dependency >
69
- <groupId >jakarta.servlet</groupId >
70
- <artifactId >jakarta.servlet-api</artifactId >
71
- <version >5.0.0</version >
72
- </dependency >
73
64
</dependencies >
74
65
</dependencyManagement >
75
66
You can’t perform that action at this time.
0 commit comments