This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit 129217b00c49aaaedbcf829e272f22cb40ef3338 Author: rfscholte <[email protected]> AuthorDate: Thu Apr 22 21:50:38 2021 +0200 Clean up plugins --- maven-plugin-plugin/pom.xml | 29 ++--------------------------- pom.xml | 1 + 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index de3dad8..58122c6 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -237,7 +237,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.5</version> + <version>3.6.0</version> <!-- will use previous maven-plugin-plugin release to build current maven-plugin-plugin as configured in parent --> <executions> <execution> @@ -263,7 +263,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.3</version><!-- cannot use ${mavenPluginToolsVersion} property because release plugin would try to update --> + <version>3.6.0</version><!-- cannot use ${mavenPluginToolsVersion} property because release plugin would try to update --> <reportSets> <reportSet> <reports> @@ -272,11 +272,6 @@ </reportSet> </reportSets> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-invoker-plugin</artifactId> - <version>${mavenInvokerPluginVersion}</version> - </plugin> </plugins> </reporting> @@ -302,26 +297,6 @@ </locales> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>2.5</version> - <configuration> - <!-- For JIRA-report --> - <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames> - <maxEntries>200</maxEntries> - <onlyCurrentVersion>true</onlyCurrentVersion> - <resolutionIds>Closed</resolutionIds> - <sortColumnNames>Type,Key</sortColumnNames> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>jira-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> </plugins> </reporting> </profile> diff --git a/pom.xml b/pom.xml index e20532c..290b179 100644 --- a/pom.xml +++ b/pom.xml @@ -376,6 +376,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> + <version>3.1.1</version> <reportSets> <reportSet> <id>non-aggregate</id>
