Skip to content

Commit 2db5cbf

Browse files
authored
Merge pull request #746 from MarkEWaite/update-pom
Use latest parent pom, test with JCasC and BOM
2 parents c5654b3 + 08d4039 commit 2db5cbf

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

pom.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>3.48</version>
6+
<version>3.49</version>
77
<relativePath />
88
</parent>
99

@@ -32,7 +32,7 @@
3232
<useBeta>true</useBeta>
3333
<concurrency>1C</concurrency>
3434
<scm-api-plugin.version>2.6.3</scm-api-plugin.version>
35-
<jcasc.version>1.27</jcasc.version>
35+
<jcasc.version>1.29</jcasc.version>
3636
<maven.checkstyle.plugin.version>3.1.0</maven.checkstyle.plugin.version>
3737
<maven.checkstyle.version>8.23</maven.checkstyle.version>
3838
</properties>
@@ -144,13 +144,11 @@
144144
<dependency>
145145
<groupId>org.jenkins-ci.plugins</groupId>
146146
<artifactId>junit</artifactId>
147-
<version>1.27</version>
148147
<scope>test</scope>
149148
</dependency>
150149
<dependency>
151150
<groupId>org.jenkins-ci.plugins</groupId>
152151
<artifactId>script-security</artifactId>
153-
<version>1.62</version>
154152
<scope>test</scope>
155153
</dependency>
156154
<dependency>
@@ -167,7 +165,6 @@
167165
<dependency>
168166
<groupId>org.jenkins-ci.plugins</groupId>
169167
<artifactId>apache-httpcomponents-client-4-api</artifactId>
170-
<version>4.5.5-3.0</version>
171168
<scope>test</scope>
172169
</dependency>
173170

@@ -212,7 +209,6 @@
212209
<dependency>
213210
<groupId>org.jenkins-ci.plugins.workflow</groupId>
214211
<artifactId>workflow-step-api</artifactId>
215-
<version>2.20</version>
216212
<classifier>tests</classifier>
217213
<scope>test</scope>
218214
</dependency>
@@ -226,25 +222,21 @@
226222
<dependency>
227223
<groupId>org.jenkins-ci.plugins.workflow</groupId>
228224
<artifactId>workflow-cps</artifactId>
229-
<version>2.71</version>
230225
<scope>test</scope>
231226
</dependency>
232227
<dependency>
233228
<groupId>org.jenkins-ci.plugins.workflow</groupId>
234229
<artifactId>workflow-job</artifactId>
235-
<version>2.21</version>
236230
<scope>test</scope>
237231
</dependency>
238232
<dependency>
239233
<groupId>org.jenkins-ci.plugins.workflow</groupId>
240234
<artifactId>workflow-basic-steps</artifactId>
241-
<version>2.7</version>
242235
<scope>test</scope>
243236
</dependency>
244237
<dependency>
245238
<groupId>org.jenkins-ci.plugins.workflow</groupId>
246239
<artifactId>workflow-durable-task-step</artifactId>
247-
<version>2.20</version>
248240
<scope>test</scope>
249241
</dependency>
250242
<dependency>
@@ -274,13 +266,11 @@
274266
<dependency>
275267
<groupId>org.jenkins-ci.plugins.workflow</groupId>
276268
<artifactId>workflow-api</artifactId>
277-
<version>2.33</version>
278269
<scope>test</scope>
279270
</dependency>
280271
<dependency>
281272
<groupId>org.jenkins-ci.plugins.workflow</groupId>
282273
<artifactId>workflow-support</artifactId>
283-
<version>3.3</version>
284274
<scope>test</scope>
285275
</dependency>
286276
<!-- JCasC compatibility -->
@@ -299,6 +289,18 @@
299289
</dependency>
300290
</dependencies>
301291

292+
<dependencyManagement>
293+
<dependencies>
294+
<dependency>
295+
<groupId>io.jenkins.tools.bom</groupId>
296+
<artifactId>bom</artifactId>
297+
<version>2.138.1</version>
298+
<scope>import</scope>
299+
<type>pom</type>
300+
</dependency>
301+
</dependencies>
302+
</dependencyManagement>
303+
302304
<scm>
303305
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
304306
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>

0 commit comments

Comments
 (0)