Are you sure? I just flipped the version to 2.3 and it built just fine.
On 07/06/2007, at 3:34 AM, [EMAIL PROTECTED] wrote:
Author: kenney
Date: Wed Jun 6 10:34:14 2007
New Revision: 544891
URL: http://svn.apache.org/viewvc?view=rev&rev=544891
Log:
Make surefire version explicit; this is the minimum version that is
deemed stable
Modified:
maven/components/branches/maven-2.0.x/pom.xml
Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/
maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
======================================================================
========
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun 6
10:34:14 2007
@@ -62,6 +62,10 @@
<version>2.2-beta-1</version>
</plugin>
<plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3.1-SNAPSHOT</version>
+ </plugin>
+ <plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/
components/tags</tagBase>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]