Skip to content

Commit

Permalink
Increasing the version of maven-surefire-plugin for better commandline
Browse files Browse the repository at this point in the history
reporting
  • Loading branch information
dkayiwa committed Nov 13, 2013
1 parent 8c8b594 commit 57e2604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -938,7 +938,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<version>2.16</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand Down

0 comments on commit 57e2604

Please sign in to comment.