You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/01/03 23:26:53 UTC

svn commit: r1649255 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: michaelo
Date: Sat Jan  3 22:26:53 2015
New Revision: 1649255

URL: http://svn.apache.org/r1649255
Log:
[MPIR-325] JIRA report is not generated

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1649255&r1=1649254&r2=1649255&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Jan  3 22:26:53 2015
@@ -530,7 +530,7 @@ under the License.
               <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
               <maxEntries>200</maxEntries>
               <onlyCurrentVersion>true</onlyCurrentVersion>
-              <resolutionIds>Closed</resolutionIds>
+              <resolutionIds>Fixed</resolutionIds>
               <sortColumnNames>Type,Key</sortColumnNames>
             </configuration>
             <reportSets>