Skip to content

Commit 0a331a1

Browse files
committed
Update to commons-parent 25.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1343053 13f79535-47bb-0310-9956-ffa450edef68
1 parent d731b2b commit 0a331a1

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

pom.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>24</version>
22+
<version>25</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
@@ -307,30 +307,6 @@ file comparators, endian transformation classes, and much more.
307307
<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
308308
</configuration>
309309
</plugin>
310-
<plugin>
311-
<groupId>org.apache.maven.plugins</groupId>
312-
<artifactId>maven-changes-plugin</artifactId>
313-
<version>${commons.changes.version}</version>
314-
<configuration>
315-
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
316-
<columnNames>Fix Version,Key,Component,Summary,Type,Resolution,Status</columnNames>
317-
<!-- Sort cols have to be reversed in JIRA 4 -->
318-
<sortColumnNames>Key DESC,Type,Fix Version DESC</sortColumnNames>
319-
<resolutionIds>Fixed</resolutionIds>
320-
<statusIds>Resolved,Closed</statusIds>
321-
<!-- Don't include sub-task -->
322-
<typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
323-
<maxEntries>300</maxEntries>
324-
</configuration>
325-
<reportSets>
326-
<reportSet>
327-
<reports>
328-
<report>changes-report</report>
329-
<report>jira-report</report>
330-
</reports>
331-
</reportSet>
332-
</reportSets>
333-
</plugin>
334310
<plugin>
335311
<groupId>org.apache.rat</groupId>
336312
<artifactId>apache-rat-plugin</artifactId>

0 commit comments

Comments
 (0)