Benjamin Bentmann wrote:
The only time I think it is ok to *not* specify a version, is for issues
that are not tied directly to a release.

OK, in this case, one wouldn't want to show such issues in a release
history. Does the maven-changes-plugin already provide a way to exclude such issues from download/display?

Right.

You can use either <onlyCurrentVersion>true</onlyCurrentVersion> to only show issues for the latest version or you can use <fixVersionIds>...</fixVersionIds> in which you specify a comma separated list of JIRA version ids. Both of these features were introduced in version 2.0, which has not been released yet. So you need to use 2.0-SNAPSHOT until it's released.

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to