Improve description appearance in release notes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1307782 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 596e7f7..6907222 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>