Fix release notes generartion
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 467ea04..a133132 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,11 +11,6 @@
 traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and
 ar, cpio, jar, tar, zip, dump, 7z, arj.
 
-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.
-
 Minor feature and maintenance release.
 
 Changes in this version
@@ -69,11 +64,6 @@
 traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and
 ar, cpio, jar, tar, zip, dump, 7z, arj.
 
-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.
-
 Minor feature and maintenance release.
 
 Changes in this version include:
@@ -165,11 +155,6 @@
 traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and
 ar, cpio, jar, tar, zip, dump, 7z, arj.
 
-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.
-
 Minor feature and maintenance release.
 
 Changes in this version include:
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index f8c0d42..0ed7cdc 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -22,11 +22,6 @@
 INTRODUCTION
 ------------
 
-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.
-
 $introduction.replaceAll("(?<!\015)\012", "
 ")