Skip to content

Commit ea1663c

Browse files
authored
Merge pull request #944 from jenkinsci/bom
Use BOM versions for all dependencies marked with a TODO
2 parents 72e9760 + 00a128b commit ea1663c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugin/pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
<dependency>
7575
<groupId>io.jenkins.plugins</groupId>
7676
<artifactId>forensics-api</artifactId>
77-
<!-- TODO: remove the version when a matching BOM is available -->
78-
<version>3.0.0</version>
7977
</dependency>
8078
<dependency>
8179
<groupId>io.jenkins.plugins</groupId>
@@ -84,8 +82,6 @@
8482
<dependency>
8583
<groupId>io.jenkins.plugins</groupId>
8684
<artifactId>plugin-util-api</artifactId>
87-
<!-- TODO: remove the version when a matching BOM is available -->
88-
<version>6.0.0</version>
8985
</dependency>
9086
<dependency>
9187
<groupId>org.jenkins-ci.plugins</groupId>
@@ -96,8 +92,6 @@
9692
<dependency>
9793
<groupId>io.jenkins.plugins</groupId>
9894
<artifactId>forensics-api</artifactId>
99-
<!-- TODO: remove the version when a matching BOM is available -->
100-
<version>3.1.0</version>
10195
<scope>test</scope>
10296
<classifier>tests</classifier>
10397
</dependency>
@@ -128,8 +122,6 @@
128122
<dependency>
129123
<groupId>io.jenkins.plugins</groupId>
130124
<artifactId>plugin-util-api</artifactId>
131-
<!-- TODO: remove the version when a matching BOM is available -->
132-
<version>6.0.0</version>
133125
<scope>test</scope>
134126
<classifier>tests</classifier>
135127
</dependency>

0 commit comments

Comments
 (0)