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/08 13:26:31 UTC

[maven] branch NG-6169/MNG-6552 created (now da91e6d)

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

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


      at da91e6d  [MNG-6552] Packaging 'ejb' binding plugin upgrades

This branch includes the following new commits:

     new da91e6d  [MNG-6552] Packaging 'ejb' binding plugin upgrades

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] 01/01: [MNG-6552] Packaging 'ejb' binding plugin upgrades

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit da91e6dcfdc25d4fde1aa97516829cc78cb5e802
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 8 14:25:54 2019 +0100

    [MNG-6552] Packaging 'ejb' binding plugin upgrades
    
    * Upgrade to Maven Resources Plugin 3.1.0
    * Upgrade to Maven Compiler Plugin 3.8.0
    * Upgrade to Maven Surefire Plugin 3.0.0-M3
    * Upgrade to Maven EJB Plugin 3.0.1
    * Upgrade to Maven Install Plugin 3.0.0-M1
    * Upgrade to Maven Deploy Plugin 3.0.0-M1
---
 .../main/resources/META-INF/plexus/default-bindings.xml  | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 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 4a303db..834d86a 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
@@ -111,28 +111,28 @@ Mappings to default lifecycle, specific for each packaging.
             <!-- START SNIPPET: ejb-lifecycle -->
             <phases>
               <process-resources>
-                org.apache.maven.plugins:maven-resources-plugin:2.6:resources
+                org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
               </compile>
               <process-test-resources>
-                org.apache.maven.plugins:maven-resources-plugin:2.6:testResources
+                org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources
               </process-test-resources>
               <test-compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile
               </test-compile>
               <test>
-                org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test
+                org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test
               </test>
               <package>
-                org.apache.maven.plugins:maven-ejb-plugin:2.3:ejb
+                org.apache.maven.plugins:maven-ejb-plugin:3.0.1:ejb
               </package>
               <install>
-                org.apache.maven.plugins:maven-install-plugin:2.4:install
+                org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: ejb-lifecycle -->