This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 49fc5e449b34f39800437eaa806fd31d70755007 Author: aherbert <[email protected]> AuthorDate: Fri Oct 28 15:11:59 2022 +0100 Remove duplication of changes-plugin report sets in commons parent --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index ef92b9a9..5316dc81 100644 --- a/pom.xml +++ b/pom.xml @@ -379,14 +379,6 @@ <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds> <component>${numbers.jira.component}</component> </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>jira-report</report> - </reports> - </reportSet> - </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
