Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit 987678f

Browse files
committed
update plugins
1 parent cb79c99 commit 987678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<plugins>
4141
<plugin>
4242
<artifactId>maven-compiler-plugin</artifactId>
43-
<version>2.5.1</version>
43+
<version>3.0</version>
4444
<configuration>
4545
<source>1.6</source>
4646
<target>1.6</target>
4747
</configuration>
4848
</plugin>
4949
<plugin>
5050
<artifactId>maven-surefire-plugin</artifactId>
51-
<version>2.12.4</version>
51+
<version>2.14</version>
5252
</plugin>
5353
<plugin>
5454
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)