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 14:15:43 UTC

[maven-project-info-reports-plugin] branch MPIR-417 created (now fe6910c)

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

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


      at fe6910c  [MPIR-417] Upgrade Parent to 36

This branch includes the following new commits:

     new fe6910c  [MPIR-417] Upgrade Parent to 36

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-project-info-reports-plugin] 01/01: [MPIR-417] Upgrade Parent to 36

Posted by sj...@apache.org.
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....@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>