Author: mbenson
Date: Tue Oct 11 23:43:36 2016
New Revision: 1764365
URL: http://svn.apache.org/viewvc?rev=1764365&view=rev
Log:
CMS commit to commons by mbenson
Modified:
commons/cms-site/trunk/content/xdoc/releases/prepare.xml
Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1764365&r1=1764364&r2=1764365&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Tue Oct 11
23:43:36 2016
@@ -149,9 +149,11 @@
<p>
Consult the <a href='versioning.html'>Commons Versioning Guidelines</a>
and check
that the current level of compatibility is suitable for the proposed
version number.
- Check the current level of compatibility in the code. Tools like
- <a href='http://clirr.sourceforge.net'>Clirr</a> and
- <a href='http://www.jdiff.org'>JDiff</a> are very useful. Both support Ant
and Maven.
+ Check the current level of compatibility in the code. Tools like
+ <a href='http://clirr.sourceforge.net'>Clirr</a>,
+ <a href='http://www.jdiff.org'>JDiff</a>, and <a
href="http://siom79.github.io/japicmp/">japicmp</a>
+ are very useful, and support Apache Maven (Clirr and JDiff support Apache
Ant as well;
+ japicmp could be invoked using Ant's <code>java</code> task).
</p>
</subsection>
<subsection name='Check Javadocs And Code Style'>