You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/22 16:22:19 UTC

[maven-project-info-reports-plugin] branch master updated: [MPIR-417] Upgrade Parent to 36

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new eab4f24  [MPIR-417] Upgrade Parent to 36
eab4f24 is described below

commit eab4f24d5cfc44aa91f62bde51e5f8001b36334f
Author: Slawomir Jaranowski <s....@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 f895d1c..6fd077e 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>