Author: sebb Date: Sat Mar 31 12:07:04 2012 New Revision: 1307782 URL: http://svn.apache.org/viewvc?rev=1307782&view=rev Log: Improve description appearance in release notes
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=1307782&r1=1307781&r2=1307782&view=diff ============================================================================== --- commons/proper/compress/trunk/pom.xml (original) +++ commons/proper/compress/trunk/pom.xml Sat Mar 31 12:07:04 2012 @@ -28,9 +28,10 @@ <version>1.4-SNAPSHOT</version> <name>Commons Compress</name> <url>http://commons.apache.org/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 and ar, cpio, jar, tar, zip, dump. +Apache Commons Compress software defines an API for working with compression and archive formats. +These include: bzip2, gzip, pack200 and ar, cpio, jar, tar, zip, dump. </description> <properties>