You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/09 17:10:16 UTC

svn commit: r1396056 - /maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml

Author: olamy
Date: Tue Oct  9 15:10:16 2012
New Revision: 1396056

URL: http://svn.apache.org/viewvc?rev=1396056&view=rev
Log:
commons-io 2.2

Modified:
    maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml?rev=1396056&r1=1396055&r2=1396056&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml Tue Oct  9 15:10:16 2012
@@ -166,7 +166,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.0.1</version>
+      <version>2.2</version>
     </dependency>
 
     <dependency>