You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/21 17:52:54 UTC

svn commit: r1749578 - /maven/jxr/trunk/maven-jxr/pom.xml

Author: schulte
Date: Tue Jun 21 17:52:54 2016
New Revision: 1749578

URL: http://svn.apache.org/viewvc?rev=1749578&view=rev
Log:
[JXR-130] Upgrade of commons-io to 2.5.


Modified:
    maven/jxr/trunk/maven-jxr/pom.xml

Modified: maven/jxr/trunk/maven-jxr/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr/pom.xml?rev=1749578&r1=1749577&r2=1749578&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr/pom.xml Tue Jun 21 17:52:54 2016
@@ -90,7 +90,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.0.1</version>
+      <version>2.5</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>