Author: carlos
Date: Sun Jul  2 10:03:10 2006
New Revision: 418620

URL: http://svn.apache.org/viewvc?rev=418620&view=rev
Log:
Add surefire plugin version to allow building from scratch

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=418620&r1=418619&r2=418620&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Jul  2 10:03:10 2006
@@ -60,6 +60,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.2</version>
         <configuration>
           <childDelegation>true</childDelegation>
         </configuration>


Reply via email to