Skip to content

Commit 6dc2a3c

Browse files
committed
Use plugin bom 2.138.1
1 parent a4ab937 commit 6dc2a3c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,18 @@
299299
</dependency>
300300
</dependencies>
301301

302+
<dependencyManagement>
303+
<dependencies>
304+
<dependency>
305+
<groupId>io.jenkins.tools.bom</groupId>
306+
<artifactId>bom</artifactId>
307+
<version>2.138.1</version>
308+
<scope>import</scope>
309+
<type>pom</type>
310+
</dependency>
311+
</dependencies>
312+
</dependencyManagement>
313+
302314
<scm>
303315
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
304316
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>

0 commit comments

Comments
 (0)