aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2008-02-24 04:49:48 +0000
committerJoakim Erdfelt <joakime@apache.org>2008-02-24 04:49:48 +0000
commit2d2619e824c65eb2d1c9faa1e384f75d57475771 (patch)
treee09f3573c001aa70c62d46b1ae3112b690fadbaa /pom.xml
parentad39008ac5154e57190ea021dbdae8e8a84e3cee (diff)
downloadarchiva-2d2619e824c65eb2d1c9faa1e384f75d57475771.tar.gz
archiva-2d2619e824c65eb2d1c9faa1e384f75d57475771.zip
MRM-709 - Migrate to commons-io from plexus utils.
* 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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 061ceec7b..5d01b473a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>