You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2012/09/18 20:58:21 UTC

svn commit: r1387317 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: dennisl
Date: Tue Sep 18 18:58:21 2012
New Revision: 1387317

URL: http://svn.apache.org/viewvc?rev=1387317&view=rev
Log:
Fix column sort order for maven-changes-plugin.
Document the version update of maven-changes-plugin.

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1387317&r1=1387316&r2=1387317&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Sep 18 18:58:21 2012
@@ -38,6 +38,7 @@
 Version 27:
           update maven-site-plugin to 3.1 in reporting section
           use properties for all reporting plugins to ensure consistency
+          maven-changes-plugin: 2.7.1 => 2.8
           maven-project-info-reports-plugin  2.5 -> 2.5.1
           maven-resources-plugin             2.5 -> 2.6
           maven-surefire-plugin              2.12.2 -> 2.12.3
@@ -479,8 +480,8 @@ http://svn.apache.org/repos/asf/commons/
         <configuration>
           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
           <columnNames>Fix Version,Key,Component,Summary,Type,Resolution,Status</columnNames>
-          <!-- Sort cols have to be reversed in JIRA 4 -->
-          <sortColumnNames>Key DESC,Type,Fix Version DESC</sortColumnNames>
+          <!-- Sort cols in natural order when using JQL for JIRA 5.1 -->
+          <sortColumnNames>Fix Version DESC,Type,Key DESC</sortColumnNames>
           <resolutionIds>Fixed</resolutionIds>
           <statusIds>Resolved,Closed</statusIds>
           <!-- Don't include sub-task -->

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1387317&r1=1387316&r2=1387317&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Sep 18 18:58:21 2012
@@ -60,6 +60,7 @@ The <action> type attribute can be add,u
             <action type="update">
             update maven-site-plugin to 3.1 in reporting section
             use properties for all reporting plugins to ensure consistency
+            maven-changes-plugin: 2.7.1 => 2.8
             maven-project-info-reports-plugin  2.5 -> 2.5.1
             maven-resources-plugin             2.5 -> 2.6
             maven-surefire-plugin              2.12.2 -> 2.12.3