You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/04/23 01:34:16 UTC

[lang] Update tests from Apache Commons IO 2.4 to 2.5.

Repository: commons-lang
Updated Branches:
  refs/heads/master e83002762 -> 38bafd283


Update tests from Apache Commons IO 2.4 to 2.5.

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/38bafd28
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/38bafd28
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/38bafd28

Branch: refs/heads/master
Commit: 38bafd283f2e5fed8ca33dcf1aac8e4bdf54450e
Parents: e830027
Author: ggregory <gg...@apache.org>
Authored: Fri Apr 22 16:34:13 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Fri Apr 22 16:34:13 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/38bafd28/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b431930..02d44bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,7 +513,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
       <scope>test</scope>
     </dependency>