Skip to content

Commit 33383ee

Browse files
committed
Fixed #424 - Upgrade Maven Plugins
1 parent 5807954 commit 33383ee

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
4949
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
5050

51-
<asciidoctor-maven-plugin.version>1.5.3</asciidoctor-maven-plugin.version>
51+
<asciidoctor-maven-plugin.version>1.6.0</asciidoctor-maven-plugin.version>
5252

5353
<!-- Version of Jenkins to use for Integration Tests -->
5454
<jenkins-version>1.644</jenkins-version>
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>org.testng</groupId>
167167
<artifactId>testng</artifactId>
168-
<version>6.14.2</version>
168+
<version>7.0.0</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-help-plugin</artifactId>
227-
<version>3.1.1</version>
227+
<version>3.2.0</version>
228228
</plugin>
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.apache.maven.plugins</groupId>
241241
<artifactId>maven-source-plugin</artifactId>
242-
<version>3.0.1</version>
242+
<version>3.1.0</version>
243243
<executions>
244244
<!--
245245
! here we override the super-pom attach-sources execution id which
@@ -256,27 +256,27 @@
256256
<plugin>
257257
<groupId>org.apache.maven.plugins</groupId>
258258
<artifactId>maven-surefire-plugin</artifactId>
259-
<version>2.22.1</version>
259+
<version>2.22.2</version>
260260
</plugin>
261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-failsafe-plugin</artifactId>
264-
<version>2.22.1</version>
264+
<version>2.22.2</version>
265265
</plugin>
266266
<plugin>
267267
<groupId>org.apache.maven.plugins</groupId>
268268
<artifactId>maven-surefire-report-plugin</artifactId>
269-
<version>2.22.1</version>
269+
<version>2.22.2</version>
270270
</plugin>
271271
<plugin>
272272
<groupId>org.apache.maven.plugins</groupId>
273273
<artifactId>maven-shade-plugin</artifactId>
274-
<version>2.4.3</version>
274+
<version>3.2.1</version>
275275
</plugin>
276276
<plugin>
277277
<groupId>org.apache.maven.plugins</groupId>
278278
<artifactId>maven-jar-plugin</artifactId>
279-
<version>3.1.1</version>
279+
<version>3.1.2</version>
280280
<configuration>
281281
<archive>
282282
<manifest>
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.apache.maven.plugins</groupId>
291291
<artifactId>maven-compiler-plugin</artifactId>
292-
<version>3.8.0</version>
292+
<version>3.8.1</version>
293293
</plugin>
294294
<!--
295295
! We define a newer version than in parent.
@@ -302,12 +302,12 @@
302302
<plugin>
303303
<groupId>org.apache.maven.plugins</groupId>
304304
<artifactId>maven-deploy-plugin</artifactId>
305-
<version>2.8.2</version>
305+
<version>3.0.0-M1</version>
306306
</plugin>
307307
<plugin>
308308
<groupId>org.apache.maven.plugins</groupId>
309309
<artifactId>maven-install-plugin</artifactId>
310-
<version>2.5.2</version>
310+
<version>3.0.0-M1</version>
311311
</plugin>
312312
<plugin>
313313
<groupId>org.apache.maven.plugins</groupId>
@@ -340,12 +340,12 @@
340340
<plugin>
341341
<groupId>org.apache.maven.plugins</groupId>
342342
<artifactId>maven-javadoc-plugin</artifactId>
343-
<version>3.1.0</version>
343+
<version>3.1.1</version>
344344
</plugin>
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-site-plugin</artifactId>
348-
<version>3.7.1</version>
348+
<version>3.8.2</version>
349349
</plugin>
350350
<plugin>
351351
<groupId>org.apache.maven.plugins</groupId>
@@ -362,7 +362,7 @@
362362
<dependency>
363363
<groupId>org.apache.maven.doxia</groupId>
364364
<artifactId>doxia-module-markdown</artifactId>
365-
<version>1.7</version>
365+
<version>1.9</version>
366366
</dependency>
367367
<dependency>
368368
<groupId>org.asciidoctor</groupId>

0 commit comments

Comments
 (0)