]> source.dussan.org Git - archiva.git/commitdiff
MRM-709 - Migrate to commons-io from plexus utils.
authorJoakim Erdfelt <joakime@apache.org>
Sun, 24 Feb 2008 04:49:48 +0000 (04:49 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Sun, 24 Feb 2008 04:49:48 +0000 (04:49 +0000)
* Upgrading commons-io from 1.2 to 1.4 to gain various improvements in FileUtils (move / copy / rename / etc...)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630587 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 061ceec7ba357e8fcb8ff87e7decc4c3e5f37e09..5d01b473ae04d8a2d961109a0b0b581975ffe7b8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.2</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>