Author: bodewig
Date: Sun Oct 5 13:38:23 2014
New Revision: 1629495
URL: http://svn.apache.org/r1629495
Log:
Add DEFLATE in description
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1629495&r1=1629494&r2=1629495&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sun Oct 5 13:38:23 2014
@@ -30,8 +30,10 @@
<url>http://commons.apache.org/proper/commons-compress/</url>
<!-- 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 compression
and archive formats.
-These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix
Compress and ar, cpio, jar, tar, zip, dump, 7z, arj.
+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 and ar, cpio, jar, tar, zip, dump, 7z, arj.
</description>
<properties>