Repository: commons-io Updated Branches: refs/heads/master c5f2e40e7 -> c8dadeedd
README.md: update maven coordinates to version 2.5 (closes #26) Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/c8dadeed Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/c8dadeed Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/c8dadeed Branch: refs/heads/master Commit: c8dadeedd7255814bb282968f2092a1aa71e4ea1 Parents: c5f2e40 Author: Pascal Schumacher <[email protected]> Authored: Sat Nov 5 22:49:23 2016 +0100 Committer: pascalschumacher <[email protected]> Committed: Sun Nov 6 10:43:51 2016 +0100 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/c8dadeed/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index dad371b..ad1f5ee 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> ```
