You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/01/11 14:22:20 UTC

[maven] branch MNG-6169/MNG-6556 updated: Upgrade to Maven JAR Plugin 3.1.1

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

michaelo pushed a commit to branch MNG-6169/MNG-6556
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6169/MNG-6556 by this push:
     new 8636455   Upgrade to Maven JAR Plugin 3.1.1
8636455 is described below

commit 8636455880212f24df968444c7cbc10a2f2d64b1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jan 11 14:56:52 2019 +0100

     Upgrade to Maven JAR Plugin 3.1.1
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d23291c..eec278b 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
@@ -173,7 +173,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test
               </test>
               <package>
-                org.apache.maven.plugins:maven-jar-plugin:2.4:jar,
+                org.apache.maven.plugins:maven-jar-plugin:3.1.1:jar,
                 org.apache.maven.plugins:maven-plugin-plugin:3.2:addPluginArtifactMetadata
               </package>
               <!-- MNG-6556: Do not upgrade to 3.0.0-M1 is does not install the plugin prefix metadata -->