update to latest surefire

This commit is contained in:
Adrian Cole 2011-04-20 17:54:33 -07:00
parent cfb180f638
commit ea54958803
1 changed files with 8 additions and 1 deletions

View File

@ -283,7 +283,14 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.8</version>
<version>2.8.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>integration</id>