Skip to content

Commit 65b09e3

Browse files
authored
fix(maven): Per James' review.
1 parent 7b0e43d commit 65b09e3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<revision>4.11.0</revision>
2929
<changelist>999999-SNAPSHOT</changelist>
3030
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
31-
<jenkins.version>2.401.3</jenkins.version>
31+
<jenkins.version>2.387.3</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
@@ -40,13 +40,6 @@
4040

4141
<dependencyManagement>
4242
<dependencies>
43-
<dependency>
44-
<groupId>io.jenkins.tools.bom</groupId>
45-
<artifactId>bom-2.401.x</artifactId>
46-
<version>2329.v078520e55c19</version>
47-
<type>pom</type>
48-
<scope>import</scope>
49-
</dependency>
5043
<dependency>
5144
<groupId>com.squareup.okhttp3</groupId>
5245
<artifactId>okhttp-bom</artifactId>

0 commit comments

Comments
 (0)