I deployed all of it way before I committed this.
Continuum shouldn't complain ;)
Maybe we need to add some pluginrepo somewhere?
It'd be temporarily, i've got a feeling 2.3.1 will be released asap
as it contains major bugfixes. I just couldn't build it with 2.2.
-- Kenney
Vincent Siveton wrote:
Hi Kenney,
Could you deploy a snapshot of surefire? Continuum complains...
Thanks,
Vincent
2007/6/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]