Author: dennisl Date: Sun Feb 10 04:46:52 2008 New Revision: 620275 URL: http://svn.apache.org/viewvc?rev=620275&view=rev Log: o Use the new onlyCurrentVersion parameter.
Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=620275&r1=620274&r2=620275&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Feb 10 04:46:52 2008 @@ -310,7 +310,7 @@ <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath> <!-- For JIRA-report --> <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames> - <fixVersionIds>13722</fixVersionIds> + <onlyCurrentVersion>true</onlyCurrentVersion> <resolutionIds>Closed</resolutionIds> <sortColumnNames>Type,Key</sortColumnNames> </configuration>