This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch openj9-footer in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 7843919256ae551aa86918f3c5708eb8b7a76c7d Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Feb 26 14:21:44 2023 +0100 (doc) Remove deprecated maven-changes-plugin (MPOM-348) --- pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pom.xml b/pom.xml index af7002db..f6ee4218 100644 --- a/pom.xml +++ b/pom.xml @@ -551,26 +551,6 @@ under the License. </locales> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <configuration> - <!-- For JIRA-report --> - <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames> - <onlyCurrentVersion>true</onlyCurrentVersion> - <resolutionIds>Fixed</resolutionIds> - <sortColumnNames>Type,Key</sortColumnNames> - <maxEntries>1000</maxEntries> - <!-- MCHANGES-124 --> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>jira-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> </plugins> </reporting> </profile>
