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 12:34:57 UTC

[maven-wrapper] branch MWRAPPER-63 created (now 5f9a882)

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

sjaranowski pushed a change to branch MWRAPPER-63
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


      at 5f9a882  [MWRAPPER-63] Upgrade Parent to 36

This branch includes the following new commits:

     new 5f9a882  [MWRAPPER-63] 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-wrapper] 01/01: [MWRAPPER-63] 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 MWRAPPER-63
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit 5f9a882aa564ca9b134a926301e29722c6445b5e
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>