This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPIR-417 in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
commit fe6910ca64adea4b2952d1ba98631ee5dad5e030 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Apr 22 16:14:19 2022 +0200 [MPIR-417] Upgrade Parent to 36 --- pom.xml | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 29f486c..e9cdc4a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>34</version> + <version>36</version> <relativePath/> </parent> @@ -126,7 +126,6 @@ under the License. <sitePluginVersion>3.11.0</sitePluginVersion> <surefire.version>2.22.2</surefire.version> <javaVersion>8</javaVersion> - <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion> <checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore> <project.build.outputTimestamp>2022-02-21T20:17:22Z</project.build.outputTimestamp> </properties> @@ -517,11 +516,6 @@ under the License. <keyalg>RSA</keyalg> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - <version>3.6.4</version> - </plugin> </plugins> </pluginManagement> <plugins> @@ -565,40 +559,9 @@ under the License. <id>reporting</id> <reporting> <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>l10n-maven-plugin</artifactId> - <version>1.0-alpha-2</version> - <configuration> - <locales> - <locale>cs</locale> - <locale>de</locale> - <locale>es</locale> - <locale>fr</locale> - <locale>gl</locale> - <locale>hu</locale> - <locale>it</locale> - <locale>ja</locale> - <locale>ko</locale> - <locale>lt</locale> - <locale>nl</locale> - <locale>no</locale> - <locale>pl</locale> - <locale>pt</locale> - <locale>pt_BR</locale> - <locale>ru</locale> - <locale>sk</locale> - <locale>sv</locale> - <locale>tr</locale> - <locale>zh_CN</locale> - <locale>zh_TW</locale> - </locales> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.12.1</version> <configuration> <!-- For JIRA report --> <columnNames>Type,Key,Summary,Assignee</columnNames>