You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/26 05:14:16 UTC

svn commit: r641139 - /maven/archiva/trunk/pom.xml

Author: brett
Date: Tue Mar 25 21:14:16 2008
New Revision: 641139

URL: http://svn.apache.org/viewvc?rev=641139&view=rev
Log:
update surefire plugin version to avoid a bug that lead to tests failing in the reactor

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=641139&r1=641138&r2=641139&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Tue Mar 25 21:14:16 2008
@@ -92,7 +92,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.1</version>
+        <version>2.4.2</version>
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>