Author: dennisl Date: Tue Jan 22 13:51:08 2008 New Revision: 614336 URL: http://svn.apache.org/viewvc?rev=614336&view=rev Log: o Use the current version of this plugin. o Configure this plugin to use the new features of the JIRA-report.
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=614336&r1=614335&r2=614336&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-changes-plugin/pom.xml Tue Jan 22 13:51:08 2008 @@ -295,9 +295,15 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.0-beta-3</version> + <version>${pom.version}</version> <configuration> + <!-- For Changes-report --> <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> + <resolutionIds>Closed</resolutionIds> + <sortColumnNames>Type,Key</sortColumnNames> </configuration> <reportSets> <reportSet>