Skip to content

Commit 189330a

Browse files
authored
Use versions from plugin BOM (#2354)
1 parent 97c46e1 commit 189330a

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

integrations/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
<artifactId>joda-time</artifactId>
3232
<version>2.12.5</version>
3333
</dependency>
34-
<dependency>
35-
<groupId>org.jenkins-ci.main</groupId>
36-
<artifactId>maven-plugin</artifactId>
37-
<version>3.23</version>
38-
</dependency>
3934
</dependencies>
4035
</dependencyManagement>
4136

@@ -153,7 +148,6 @@
153148
<dependency>
154149
<groupId>org.jenkins-ci.plugins</groupId>
155150
<artifactId>active-directory</artifactId>
156-
<version>2.33</version>
157151
<scope>test</scope>
158152
</dependency>
159153
<dependency>
@@ -226,7 +220,6 @@
226220
<dependency>
227221
<groupId>org.jenkins-ci.plugins</groupId>
228222
<artifactId>docker-commons</artifactId>
229-
<version>439.va_3cb_0a_6a_fb_29</version>
230223
<scope>test</scope>
231224
</dependency>
232225
<dependency>
@@ -273,7 +266,6 @@
273266
<dependency>
274267
<groupId>org.jenkins-ci.plugins</groupId>
275268
<artifactId>github-branch-source</artifactId>
276-
<version>1732.v3f1889a_c475b_</version>
277269
<scope>test</scope>
278270
</dependency>
279271
<dependency>
@@ -421,7 +413,6 @@
421413
<dependency>
422414
<groupId>org.jenkins-ci.plugins</groupId>
423415
<artifactId>view-job-filters</artifactId>
424-
<version>364.v48a_33389553d</version>
425416
<scope>test</scope>
426417
<exclusions>
427418
<!-- RequireUpperBoundDeps with jersey2-api plugin -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.72</version>
7+
<version>4.73</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)