Repository: maven
Updated Branches:
  refs/heads/master 26474e000 -> 6bfdce197


[MNG-5968] Default plugin version updates.

o Downgraded the 'maven-plugin-plugin' from 3.4 to 3.3
  due to MPLUGIN-296.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6bfdce19
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6bfdce19
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6bfdce19

Branch: refs/heads/master
Commit: 6bfdce19709866253786261bcd665866401b0391
Parents: 26474e0
Author: Christian Schulte <schu...@apache.org>
Authored: Fri Feb 5 23:51:38 2016 +0100
Committer: Christian Schulte <schu...@apache.org>
Committed: Fri Feb 5 23:55:44 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/META-INF/plexus/default-bindings.xml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/6bfdce19/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
----------------------------------------------------------------------
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 d287917..1341c77 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
@@ -161,7 +161,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-compiler-plugin:3.5:compile
               </compile>
               <process-classes>
-                org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor
+                org.apache.maven.plugins:maven-plugin-plugin:3.3:descriptor
               </process-classes>
               <process-test-resources>
                 
org.apache.maven.plugins:maven-resources-plugin:2.7:testResources
@@ -174,7 +174,7 @@ Mappings to default lifecycle, specific for each packaging.
               </test>
               <package>
                 org.apache.maven.plugins:maven-jar-plugin:2.6:jar,
-                
org.apache.maven.plugins:maven-plugin-plugin:3.4:addPluginArtifactMetadata
+                
org.apache.maven.plugins:maven-plugin-plugin:3.3:addPluginArtifactMetadata
               </package>
               <install>
                 org.apache.maven.plugins:maven-install-plugin:2.5.2:install

Reply via email to