You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/02/24 16:01:58 UTC

[maven-apache-parent] branch mvn4 updated: Switch a few core plugins to the new api

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

gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/mvn4 by this push:
     new 15d0be7  Switch a few core plugins to the new api
15d0be7 is described below

commit 15d0be70c745ecd512c5c218e7e3e250b3aeb38e
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Feb 24 17:00:56 2022 +0100

    Switch a few core plugins to the new api
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50bb0fe..a621e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.8.1</version>
+          <version>3.9.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -265,6 +265,13 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           <version>3.2.0</version>
+<!--          <dependencies>-->
+<!--            <dependency>-->
+<!--              <groupId>org.apache.maven.shared</groupId>-->
+<!--              <artifactId>maven-shared-utils</artifactId>-->
+<!--              <version>3.3.4</version>-->
+<!--            </dependency>-->
+<!--          </dependencies>-->
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>