This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 105d843df2 [MNG-8154] Upgrade default plugin bindings
105d843df2 is described below
commit 105d843df273d98fdfbb99d80e69851700dfaba9
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jun 13 08:26:30 2024 +0200
[MNG-8154] Upgrade default plugin bindings
---
.../resources/META-INF/plexus/default-bindings.xml | 32 +++++++++++-----------
.../resources/org/apache/maven/model/pom-4.0.0.xml | 4 +--
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
index 9837e4c3e1..c2c6402687 100644
--- a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
@@ -41,10 +41,10 @@ Mappings to default lifecycle, specific for each packaging.
<!-- START SNIPPET: pom-lifecycle -->
<phases>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: pom-lifecycle -->
@@ -85,10 +85,10 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-jar-plugin:3.4.1:jar
</package>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: jar-lifecycle -->
@@ -129,10 +129,10 @@ Mappings to default lifecycle, specific for each
packaging.
org.apache.maven.plugins:maven-ejb-plugin:3.2.1:ejb
</package>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: ejb-lifecycle -->
@@ -161,7 +161,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile
</compile>
<process-classes>
- org.apache.maven.plugins:maven-plugin-plugin:3.12.0:descriptor
+ org.apache.maven.plugins:maven-plugin-plugin:3.13.1:descriptor
</process-classes>
<process-test-resources>
org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources
@@ -174,13 +174,13 @@ Mappings to default lifecycle, specific for each
packaging.
</test>
<package>
org.apache.maven.plugins:maven-jar-plugin:3.4.1:jar,
-
org.apache.maven.plugins:maven-plugin-plugin:3.12.0:addPluginArtifactMetadata
+
org.apache.maven.plugins:maven-plugin-plugin:3.13.1:addPluginArtifactMetadata
</package>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: maven-plugin-lifecycle -->
@@ -221,10 +221,10 @@ Mappings to default lifecycle, specific for each
packaging.
org.apache.maven.plugins:maven-war-plugin:3.4.0:war
</package>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: war-lifecycle -->
@@ -256,10 +256,10 @@ Mappings to default lifecycle, specific for each
packaging.
org.apache.maven.plugins:maven-ear-plugin:3.3.0:ear
</package>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: ear-lifecycle -->
@@ -300,10 +300,10 @@ Mappings to default lifecycle, specific for each
packaging.
org.apache.maven.plugins:maven-rar-plugin:3.0.0:rar
</package>
<install>
- org.apache.maven.plugins:maven-install-plugin:3.1.1:install
+ org.apache.maven.plugins:maven-install-plugin:3.1.2:install
</install>
<deploy>
- org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
+ org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy
</deploy>
</phases>
<!-- END SNIPPET: rar-lifecycle -->
diff --git
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index df4295e2e7..11a640f2c5 100644
---
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -75,11 +75,11 @@ under the License.
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.7.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.7.0</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>