upgrade surefire version to 2.8.1

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-06-09 21:53:05 +00:00
parent 981447c410
commit d414ea7c20
1 changed files with 11 additions and 0 deletions

View File

@ -46,4 +46,15 @@ under the License.
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/</url>
</scm>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>