Skip to content

Commit 66abb73

Browse files
authored
Update plugin parent POM to latest (#216)
1 parent 1de5b83 commit 66abb73

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

+2-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.87</version>
8+
<version>5.1</version>
99
<relativePath />
1010
</parent>
1111

@@ -28,17 +28,14 @@
2828
<revision>4.11.0</revision>
2929
<changelist>999999-SNAPSHOT</changelist>
3030
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
31-
<jenkins.version>2.475</jenkins.version>
31+
<jenkins.version>2.479</jenkins.version>
3232
<no-test-jar>false</no-test-jar>
3333
<!--
3434
beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707
3535
if updating these ensure the used transitive deps that have their version managed are updated as direct dependencies and any unused ones are removed.
3636
-->
3737
<okio.version>3.5.0</okio.version>
3838
<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>
4239
</properties>
4340

4441
<dependencyManagement>
@@ -64,12 +61,6 @@
6461
<scope>import</scope>
6562
<type>pom</type>
6663
</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>
7364
</dependencies>
7465
</dependencyManagement>
7566

0 commit comments

Comments
 (0)