Author: sebb
Date: Wed Mar 24 15:21:41 2010
New Revision: 927084
URL: http://svn.apache.org/viewvc?rev=927084&view=rev
Log:
Bugzilla => JIRA; CVS => SVN
Modified:
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=927084&r1=927083&r2=927084&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Wed Mar 24 15:21:41 2010
@@ -23,11 +23,10 @@ Useful ways of finding items to add to t
1. Add items when you fix a bug or add a feature (this makes the
release process easy :-).
-2. Do a bugzilla search for tickets closed since the previous release.
+2. Do a JIRA search for tickets closed since the previous release.
3. Use the report generated by the maven-changelog-plugin to see all
-CVS commits. Set the project.properties' maven.changelog.range
-property to the number of days since the last release.
+SVN commits. TBA how to use this with SVN.
The <action> type attribute can be add,update,fix,remove.