Skip to content

Commit 44fe58c

Browse files
committed
Upgrade plugins
This fixes #1
1 parent d1562e8 commit 44fe58c

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

pom.xml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,12 @@ limitations under the License.
340340
<plugin>
341341
<groupId>org.apache.maven.plugins</groupId>
342342
<artifactId>maven-clean-plugin</artifactId>
343-
<version>2.6.1</version>
343+
<version>3.0.0</version>
344344
</plugin>
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-compiler-plugin</artifactId>
348-
<version>3.3</version>
348+
<version>3.5.1</version>
349349
<configuration>
350350
<source>${maven.compiler.source}</source>
351351
<target>${maven.compiler.target}</target>
@@ -369,27 +369,27 @@ limitations under the License.
369369
<plugin>
370370
<groupId>org.apache.maven.plugins</groupId>
371371
<artifactId>maven-jar-plugin</artifactId>
372-
<version>2.5</version>
372+
<version>3.0.2</version>
373373
</plugin>
374374
<plugin>
375375
<groupId>org.apache.maven.plugins</groupId>
376376
<artifactId>maven-javadoc-plugin</artifactId>
377-
<version>2.10.1</version>
377+
<version>2.10.4</version>
378378
</plugin>
379379
<plugin>
380380
<groupId>org.apache.maven.plugins</groupId>
381381
<artifactId>maven-plugin-plugin</artifactId>
382-
<version>3.4</version>
382+
<version>3.5</version>
383383
</plugin>
384384
<plugin>
385385
<groupId>org.apache.maven.plugins</groupId>
386386
<artifactId>maven-project-info-reports-plugin</artifactId>
387-
<version>2.8.1</version>
387+
<version>2.9</version>
388388
</plugin>
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
391391
<artifactId>maven-release-plugin</artifactId>
392-
<version>2.5.1</version>
392+
<version>2.5.3</version>
393393
<configuration>
394394
<goals>deploy</goals>
395395
<mavenExecutorId>forked-path</mavenExecutorId>
@@ -400,7 +400,7 @@ limitations under the License.
400400
<plugin>
401401
<groupId>org.apache.maven.plugins</groupId>
402402
<artifactId>maven-resources-plugin</artifactId>
403-
<version>2.7</version>
403+
<version>3.0.2</version>
404404
</plugin>
405405
<plugin>
406406
<groupId>org.apache.maven.plugins</groupId>
@@ -415,25 +415,25 @@ limitations under the License.
415415
<plugin>
416416
<groupId>org.apache.maven.plugins</groupId>
417417
<artifactId>maven-site-plugin</artifactId>
418-
<version>3.4</version>
418+
<version>3.6</version>
419419
<configuration>
420420
<skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
421421
</configuration>
422422
</plugin>
423423
<plugin>
424424
<groupId>org.apache.maven.plugins</groupId>
425425
<artifactId>maven-source-plugin</artifactId>
426-
<version>2.4</version>
426+
<version>3.0.1</version>
427427
</plugin>
428428
<plugin>
429429
<groupId>org.apache.maven.plugins</groupId>
430430
<artifactId>maven-surefire-plugin</artifactId>
431-
<version>2.18.1</version>
431+
<version>2.20</version>
432432
</plugin>
433433
<plugin>
434434
<groupId>org.codehaus.plexus</groupId>
435435
<artifactId>plexus-component-metadata</artifactId>
436-
<version>1.6</version>
436+
<version>1.7.1</version>
437437
<executions>
438438
<execution>
439439
<id>process-classes</id>
@@ -454,6 +454,7 @@ limitations under the License.
454454
<plugins>
455455
<plugin>
456456
<artifactId>maven-enforcer-plugin</artifactId>
457+
<version>1.4.1</version>
457458
<executions>
458459
<execution>
459460
<id>enforce-maven</id>
@@ -490,7 +491,7 @@ limitations under the License.
490491
<plugin>
491492
<groupId>org.apache.maven.plugins</groupId>
492493
<artifactId>maven-project-info-reports-plugin</artifactId>
493-
<version>2.8.1</version><!-- TODO remove version once parent does not hardcode it -->
494+
<version>2.9</version><!-- TODO remove version once parent does not hardcode it -->
494495
<reportSets>
495496
<reportSet>
496497
<reports>
@@ -529,12 +530,12 @@ limitations under the License.
529530
<plugin>
530531
<groupId>org.apache.maven.plugins</groupId>
531532
<artifactId>maven-surefire-report-plugin</artifactId>
532-
<version>2.18.1</version>
533+
<version>2.20</version>
533534
</plugin>
534535
<plugin>
535536
<groupId>org.apache.maven.plugins</groupId>
536537
<artifactId>maven-checkstyle-plugin</artifactId>
537-
<version>2.13</version>
538+
<version>2.17</version>
538539
<configuration>
539540
<configLocation>config/maven_checks.xml</configLocation>
540541
<headerLocation>https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation>
@@ -551,7 +552,7 @@ limitations under the License.
551552
<plugin>
552553
<groupId>org.apache.maven.plugins</groupId>
553554
<artifactId>maven-pmd-plugin</artifactId>
554-
<version>3.2</version>
555+
<version>3.8</version>
555556
<configuration>
556557
<targetJdk>${maven.compiler.source}</targetJdk>
557558
<rulesets>
@@ -566,7 +567,7 @@ limitations under the License.
566567
<plugin>
567568
<groupId>org.codehaus.mojo</groupId>
568569
<artifactId>findbugs-maven-plugin</artifactId>
569-
<version>3.0.2</version>
570+
<version>3.0.4</version>
570571
</plugin>
571572
<plugin>
572573
<groupId>org.codehaus.mojo</groupId>
@@ -609,7 +610,7 @@ limitations under the License.
609610
<plugin>
610611
<groupId>org.codehaus.mojo</groupId>
611612
<artifactId>cobertura-maven-plugin</artifactId>
612-
<version>2.6</version>
613+
<version>2.7</version>
613614
</plugin>
614615
</plugins>
615616
</reporting>
@@ -621,6 +622,7 @@ limitations under the License.
621622
<plugin>
622623
<groupId>org.apache.maven.plugins</groupId>
623624
<artifactId>maven-gpg-plugin</artifactId>
625+
<version>1.6</version>
624626
<configuration>
625627
<passphrase>${gpg.passphrase}</passphrase>
626628
</configuration>

0 commit comments

Comments
 (0)