You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by ca...@apache.org on 2006/07/02 19:03:10 UTC

svn commit: r418620 - /maven/surefire/trunk/pom.xml

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>