You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2009/05/30 11:24:08 UTC

svn commit: r780214 - /continuum/trunk/pom.xml

Author: evenisse
Date: Sat May 30 09:24:05 2009
New Revision: 780214

URL: http://svn.apache.org/viewvc?rev=780214&view=rev
Log:
[CONTINUUM-2204] Fix 'too many open files' exception
merge 779982:779983 from continuum-1.3.x branch

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=780214&r1=780213&r2=780214&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Sat May 30 09:24:05 2009
@@ -908,7 +908,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.5.4</version>
+        <version>1.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>