Skip to content

Commit 5a04334

Browse files
author
Niall Pemberton
committed
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
1 parent 7f075b8 commit 5a04334

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,19 @@ org.apache.commons.io.output;version=${project.version}
286286
<artifactId>maven-changes-plugin</artifactId>
287287
<configuration>
288288
<issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
289+
<!--
290+
JIRA Search parameters:
291+
- resolution=1 specifies "Fixed"
292+
- fixfor=12312101 specifies "Commons IO version 1.4"
293+
294+
If/when http://jira.codehaus.org/browse/MCHANGES-92
295+
is fixed this will be easier/less messy
296+
-->
297+
<filter>&amp;&amp;resolution=1&amp;fixfor=12312101</filter>
289298
</configuration>
290299
<reportSets>
291300
<reportSet>
292301
<reports>
293-
<report>changes-report</report>
294302
<report>jira-report</report>
295303
</reports>
296304
</reportSet>

0 commit comments

Comments
 (0)