Author: olamy
Date: Mon Oct 15 15:35:18 2012
New Revision: 1398341

URL: http://svn.apache.org/viewvc?rev=1398341&view=rev
Log:
use plexus-utils 3.0.8 which is faster to copy files: improve perf at least for 
non filtered resources

Modified:
    maven/plugins/trunk/maven-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=1398341&r1=1398340&r2=1398341&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Mon Oct 15 15:35:18 2012
@@ -123,7 +123,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>2.0.5</version>
+      <version>3.0.8</version>
     </dependency>
 
     <dependency>


Reply via email to