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/05/05 05:38:54 UTC

[maven-surefire] branch SUREFIRE-2081 created (now 3306b64d2)

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

sjaranowski pushed a change to branch SUREFIRE-2081
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


      at 3306b64d2 [SUREFIRE-2081] Upgrade Parent to 36

This branch includes the following new commits:

     new 3306b64d2 [SUREFIRE-2081] 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-surefire] 01/01: [SUREFIRE-2081] 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 SUREFIRE-2081
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 3306b64d2a7608baaac21e3951a3943bb4201be0
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu May 5 07:38:36 2022 +0200

    [SUREFIRE-2081] Upgrade Parent to 36
---
 pom.xml | 28 +---------------------------
 1 file changed, 1 insertion(+), 27 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2eb6f841f..ba5d6229d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>35</version>
+    <version>36</version>
   </parent>
 
   <groupId>org.apache.maven.surefire</groupId>
@@ -359,23 +359,9 @@
   <build>
     <pluginManagement>
       <plugins>
-        <plugin>
-          <!-- TODO remove with next parent -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.16.0</version>
-        </plugin>
-        <plugin>
-          <!-- TODO remove with next parent -->
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>taglist-maven-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <!-- TODO version remove with next parent -->
-          <version>3.10.1</version>
           <configuration>
             <fork>true</fork>
             <compilerArgs>
@@ -568,18 +554,6 @@
       <id>reporting</id>
       <reporting>
         <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>cpd</report>
-                  <report>pmd</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>