fix the version of the surefire plugin used

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@429273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-08-07 08:28:28 +00:00
parent a00066e0d6
commit abd33b86f4
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>