You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2011/02/23 20:40:11 UTC

svn commit: r1073902 - /uima/uima-as/trunk/uima-as/pom.xml

Author: cwiklik
Date: Wed Feb 23 19:40:11 2011
New Revision: 1073902

URL: http://svn.apache.org/viewvc?rev=1073902&view=rev
Log:
UIMA-2071 Changed sort order in JIRA report to newest first

Modified:
    uima/uima-as/trunk/uima-as/pom.xml

Modified: uima/uima-as/trunk/uima-as/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as/pom.xml?rev=1073902&r1=1073901&r2=1073902&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as/pom.xml (original)
+++ uima/uima-as/trunk/uima-as/pom.xml Wed Feb 23 19:40:11 2011
@@ -519,7 +519,7 @@
                 <id>default-cli</id>
                 <configuration>
                   <fixVersionIds>${jiraVersion}</fixVersionIds>
-                  <sortColumnNames>Status,Key,Type</sortColumnNames>
+                  <sortColumnNames>Key DESC,Type,Status</sortColumnNames>
                 </configuration>
               </execution>
             </executions>