Repository: commons-compress Updated Branches: refs/heads/master cd6de3a5a -> b29395d5a
bump release version, use "latest release" apidocs Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b29395d5 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b29395d5 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/b29395d5 Branch: refs/heads/master Commit: b29395d5aa2768ecf029b8f0b434def3160e2143 Parents: cd6de3a Author: Stefan Bodewig <bode...@apache.org> Authored: Thu Dec 29 20:06:11 2016 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Thu Dec 29 20:06:11 2016 +0100 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b29395d5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f5a5964..2b9f363 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Documentation ------------- More information can be found on the [Apache Commons Compress homepage](https://commons.apache.org/proper/commons-compress). -The [JavaDoc](https://commons.apache.org/proper/commons-compress/javadocs/api-1.12) can be browsed. +The [JavaDoc](https://commons.apache.org/proper/commons-compress/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Compress should be posted to the [user mailing list][ml]. Where can I get the latest release? @@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.12</version> + <version>1.13</version> </dependency> ```