Skip to content

Commit 1d61083

Browse files
committed
Updated Maven plugins
- Maven Compiler 3.8.1 - Maven Surefire 2.22.2 - Maven JAR 3.2.0 - Maven Dependency 3.1.2 - Maven Source 3.2.1
1 parent f3c309b commit 1d61083

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
<plugin>
520520
<groupId>org.apache.maven.plugins</groupId>
521521
<artifactId>maven-compiler-plugin</artifactId>
522-
<version>2.3.2</version>
522+
<version>3.8.1</version>
523523
<configuration>
524524
<source>1.8</source>
525525
<target>1.8</target>
@@ -528,7 +528,7 @@
528528
<plugin>
529529
<groupId>org.apache.maven.plugins</groupId>
530530
<artifactId>maven-surefire-plugin</artifactId>
531-
<version>2.20</version>
531+
<version>2.22.2</version>
532532
<configuration>
533533
<!-- prevent the annoying ForkedBooter process from stealing
534534
window focus on Mac OS -->
@@ -551,7 +551,7 @@
551551
<plugin>
552552
<groupId>org.apache.maven.plugins</groupId>
553553
<artifactId>maven-jar-plugin</artifactId>
554-
<version>2.2</version>
554+
<version>3.2.0</version>
555555
<inherited>true</inherited>
556556
<configuration>
557557
<archive>
@@ -706,7 +706,7 @@
706706
<plugin>
707707
<groupId>org.apache.maven.plugins</groupId>
708708
<artifactId>maven-dependency-plugin</artifactId>
709-
<version>2.10</version>
709+
<version>3.1.2</version>
710710
</plugin>
711711
<plugin>
712712
<groupId>org.apache.maven.plugins</groupId>
@@ -778,7 +778,7 @@
778778
<plugin>
779779
<groupId>org.apache.maven.plugins</groupId>
780780
<artifactId>maven-surefire-plugin</artifactId>
781-
<version>2.16</version>
781+
<version>2.22.2</version>
782782
<configuration combine.self="override">
783783
<!-- prevent the annoying ForkedBooter process from stealing
784784
window focus on Mac OS -->
@@ -833,7 +833,7 @@
833833
<plugin>
834834
<groupId>org.apache.maven.plugins</groupId>
835835
<artifactId>maven-source-plugin</artifactId>
836-
<version>2.2.1</version>
836+
<version>3.2.1</version>
837837
<executions>
838838
<execution>
839839
<id>attach-sources</id>

0 commit comments

Comments
 (0)