Remove the changes report (which hasn't been updated) and configure the JIRA report to show issues fixed in version 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609820 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 86877c9..9545b4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,11 +286,19 @@
<artifactId>maven-changes-plugin</artifactId>
<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>&&resolution=1&fixfor=12312101</filter>
</configuration>
<reportSets>
<reportSet>
<reports>
- <report>changes-report</report>
<report>jira-report</report>
</reports>
</reportSet>