You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/02/13 11:32:03 UTC

svn commit: r1243470 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Mon Feb 13 10:32:02 2012
New Revision: 1243470

URL: http://svn.apache.org/viewvc?rev=1243470&view=rev
Log:
Fix JIRA report version; add component to listing

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1243470&r1=1243469&r2=1243470&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Mon Feb 13 10:32:02 2012
@@ -315,15 +315,14 @@ Supported protocols include: Echo, Finge
                     <templateDirectory>src/changes</templateDirectory>
                     <!--  Add sample JIRA report - 'mvn changes:jira-report' or 'mvn site' -->
                     <onlyCurrentVersion>false</onlyCurrentVersion>
-                    <columnNames>Fix Version,Key,Summary,Type,Resolution,Status</columnNames>
+                    <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>
                     <resolutionIds>Fixed</resolutionIds>
                     <statusIds>Resolved,Closed</statusIds>
                     <!-- Don't include sub-task -->
                     <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
-                    <!-- TODO: update for next release -->
-                    <fixVersionIds>3.0.1,3.0</fixVersionIds>
+                    <fixVersionIds>${commons.release.version}</fixVersionIds>
                     <!-- The default is 100 -->
                     <maxEntries>100</maxEntries>
                 </configuration>