This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 80d2cd18 Fix text 80d2cd18 is described below commit 80d2cd18251feb50c8b5516bbb024f456563ce75 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Mar 23 08:26:38 2023 -0400 Fix text --- RELEASE-NOTES.txt | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index db283b9a..e814fa7c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,6 @@ Apache Commons Compress RELEASE NOTES -Apache Commons Compress software defines an API for working with +Apache Commons Compress defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. @@ -58,6 +58,8 @@ see the Apache Commons Compress website: https://commons.apache.org/compress/ +Download it from https://commons.apache.org/compress/download_compress.cgi + Old Release Notes ================= diff --git a/pom.xml b/pom.xml index 6f0e5e05..17d3b17e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> <!-- The description is not indented to make it look better in the release notes --> <description> -Apache Commons Compress software defines an API for working with +Apache Commons Compress defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.