Repository: commons-compress Updated Branches: refs/heads/master ccf55ddf2 -> b19bf2b7e
fix inconsistency Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b19bf2b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b19bf2b7 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/b19bf2b7 Branch: refs/heads/master Commit: b19bf2b7e99f59ed3cb2cc1a1f8f2fa7651b458e Parents: ccf55dd Author: Stefan Bodewig <[email protected]> Authored: Thu May 4 08:49:39 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Thu May 4 08:49:39 2017 +0200 ---------------------------------------------------------------------- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b19bf2b7/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3025bdb..b5e06ad 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Apache Commons Compress Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, -lzma, xz, Snappy, traditional Unix Compress, DEFLATE, LZ4 and ar, cpio, +lzma, xz, Snappy, traditional Unix Compress, DEFLATE, LZ4, Brotli and ar, cpio, jar, tar, zip, dump, 7z, arj. Documentation http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b19bf2b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f707973..ab840d2 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <description> Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, -lzma, xz, Snappy, traditional Unix Compress, DEFLATE, Brotli and ar, cpio, +lzma, xz, Snappy, traditional Unix Compress, DEFLATE, LZ4, Brotli and ar, cpio, jar, tar, zip, dump, 7z, arj. </description>
