Skip to content

Commit 57e2604

Browse files
committedNov 13, 2013
Increasing the version of maven-surefire-plugin for better commandline
reporting
1 parent 8c8b594 commit 57e2604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
<plugin>
939939
<groupId>org.apache.maven.plugins</groupId>
940940
<artifactId>maven-surefire-plugin</artifactId>
941-
<version>2.5</version>
941+
<version>2.16</version>
942942
<configuration>
943943
<includes>
944944
<include>**/*Test.java</include>

0 commit comments

Comments
 (0)
Please sign in to comment.