Repository: commons-compress Updated Branches: refs/heads/master d9d5ce4a0 -> 2e44bbeb2
mention DEFLATE64 in POM Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/69a4a558 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/69a4a558 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/69a4a558 Branch: refs/heads/master Commit: 69a4a5588ba3be530c32c004125d6813a98d6a71 Parents: d9d5ce4 Author: Stefan Bodewig <bode...@apache.org> Authored: Fri Feb 2 18:23:59 2018 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Fri Feb 2 18:23:59 2018 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/69a4a558/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef550be..536fb66 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,8 @@ <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, LZ4, Brotli, -Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. +lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, +Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. </description> <properties>