use surefire plugin 2.12

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1351465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-06-18 19:32:28 +00:00
parent 419e7f98cf
commit b07231ab33
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.11</version> <version>2.12</version>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>