You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/17 00:22:55 UTC

svn commit: r648880 - /commons/proper/io/trunk/pom.xml

Author: niallp
Date: Wed Apr 16 15:22:49 2008
New Revision: 648880

URL: http://svn.apache.org/viewvc?rev=648880&view=rev
Log:
Upgrade to new 2.0 version of maven-changes-plugin

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=648880&r1=648879&r2=648880&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed Apr 16 15:22:49 2008
@@ -260,18 +260,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-3</version>
+        <version>2.0</version>
         <configuration>
           <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
-          <!--
-             JIRA Search parameters:
-                 - resolution=1 specifies "Fixed"
-                 - fixfor=12312101 specifies "Commons IO version 1.4"
-
-             If/when http://jira.codehaus.org/browse/MCHANGES-92
-             is fixed this will be easier/less messy
-           -->
-          <filter>&amp;&amp;resolution=1&amp;fixfor=12312101</filter>
+          <columnNames>Fix Version,Type,Key,Summary,Priority,Reporter,Resolution</columnNames>
+          <sortColumnNames>Fix Version DESC,Type,Key DESC</sortColumnNames>
+          <resolutionIds>Fixed</resolutionIds>
+          <statusIds>Resolved,Closed</statusIds>
         </configuration>
         <reportSets>
           <reportSet>