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/16 19:56:45 UTC

[maven-verifier] branch MSHARED-1075 created (now 9ff197a)

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

sjaranowski pushed a change to branch MSHARED-1075
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git


      at 9ff197a  [MSHARED-1075] Upgrade Parent to 36

This branch includes the following new commits:

     new 9ff197a  [MSHARED-1075] 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-verifier] 01/01: [MSHARED-1075] 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 MSHARED-1075
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git

commit 9ff197aeefcaa27645f514b02dd453e4c6609a34
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon May 16 21:54:44 2022 +0200

    [MSHARED-1075] Upgrade Parent to 36
---
 pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 239f691..a68fe0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>35</version>
+    <version>36</version>
     <relativePath />
   </parent>
 
@@ -121,22 +121,6 @@
   <build>
     <pluginManagement>
       <plugins>
-        <!-- TODO check with next parent -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.16.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>taglist-maven-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>