Author: bodewig
Date: Tue Oct 25 12:36:42 2011
New Revision: 1188632
URL: http://svn.apache.org/viewvc?rev=1188632&view=rev
Log:
Tweaks to docs pre-release
Modified:
commons/proper/compress/trunk/pom.xml
commons/proper/compress/trunk/src/site/xdoc/index.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1188632&r1=1188631&r2=1188632&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Oct 25 12:36:42 2011
@@ -30,7 +30,7 @@
<url>http://commons.apache.org/compress/</url>
<description>
Apache Commons Compress software defines an API for working with compression
and archive formats.
- These include: bzip2, gzip and ar, cpio, jar, tar, zip.
+ These include: bzip2, gzip, pack200 and ar, cpio, jar, tar, zip, dump.
</description>
<properties>
@@ -188,7 +188,7 @@
</rulesets>
</configuration>
</plugin>
- <!-- Override Javadoc config in parent pom to add default manifest
entries -->
+ <!-- Override Javadoc config in parent pom to add JCIP tags -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Modified: commons/proper/compress/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/index.xml?rev=1188632&r1=1188631&r2=1188632&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Tue Oct 25 12:36:42
2011
@@ -46,7 +46,7 @@
</ul>
<subsection name="Status">
<ul>
- <li>The code has been released as version 1.2</li>
+ <li>The code has been released as version 1.3</li>
</ul>
</subsection>
</section>
@@ -90,7 +90,7 @@
</section>
<section name="Releases">
<p>
- The latest version v1.2, is JDK 1.4 compatible -
+ The latest version v1.3, is Java5 compatible -
<a
href="http://commons.apache.org/compress/download_compress.cgi">Download
now!</a>
</p>
</section>