|
19 | 19 | <parent> |
20 | 20 | <groupId>org.apache.commons</groupId> |
21 | 21 | <artifactId>commons-parent</artifactId> |
22 | | - <version>24</version> |
| 22 | + <version>25</version> |
23 | 23 | </parent> |
24 | 24 | <modelVersion>4.0.0</modelVersion> |
25 | 25 | <groupId>commons-io</groupId> |
@@ -307,30 +307,6 @@ file comparators, endian transformation classes, and much more. |
307 | 307 | <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> |
308 | 308 | </configuration> |
309 | 309 | </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> |
334 | 310 | <plugin> |
335 | 311 | <groupId>org.apache.rat</groupId> |
336 | 312 | <artifactId>apache-rat-plugin</artifactId> |
|
0 commit comments