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/07 19:05:24 UTC

[maven-wrapper] branch master updated: [MWRAPPER-63] 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-wrapper.git


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

commit f3741c5f798ce5778d5fe4f926a02ddcab245db3
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat May 7 14:33:42 2022 +0200

    [MWRAPPER-63] Upgrade Parent to 36
---
 maven-wrapper-plugin/pom.xml |  1 -
 pom.xml                      | 24 +-----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index af0156e..866a76c 100644
--- a/maven-wrapper-plugin/pom.xml
+++ b/maven-wrapper-plugin/pom.xml
@@ -131,7 +131,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.2.2</version>
             <configuration>
               <goals>
                 <goal>${project.groupId}:${project.artifactId}:${project.version}:wrapper</goal>
diff --git a/pom.xml b/pom.xml
index 3bf7516..7cd1296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>35</version>
+    <version>36</version>
   </parent>
   
   <groupId>org.apache.maven.wrapper</groupId>
@@ -70,26 +70,4 @@ under the License.
     <module>maven-wrapper-plugin</module>
   </modules>
 
-  <build>
-    <!-- TODO remove with next parent -->
-    <pluginManagement>
-      <plugins>
-        <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>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>