Browse Source

Updated surefire plugin to 2.4.2

Luke Taylor 17 years ago
parent
commit
a845a69cb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -259,7 +259,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.1</version>
+                <version>2.4.2</version>
                 <configuration>
                     <includes>
                         <include>**/*Tests.class</include>