Author: niallp
Date: Mon Jan 7 16:42:58 2008
New Revision: 609820
URL: http://svn.apache.org/viewvc?rev=609820&view=rev
Log:
Remove the changes report (which hasn't been updated) and configure the JIRA
report to show issues fixed in version 1.4
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=609820&r1=609819&r2=609820&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Mon Jan 7 16:42:58 2008
@@ -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>