You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/02/10 13:46:53 UTC

svn commit: r620275 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

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>