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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 08dc90d  upgrade to last versions
08dc90d is described below

commit 08dc90d432d2f81f6fe9707a038a96139284d7b5
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Oct 8 21:08:20 2018 +1000

    upgrade to last versions
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 .../filtered-resources/META-INF/plexus/components.xml    | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml
 
b/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml
index 5f99a19..0996c75 100644
--- 
a/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml
+++ 
b/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml
@@ -55,32 +55,32 @@
             <!-- START SNIPPET: maven-plugin-lifecycle -->
             <phases>
               <process-resources>
-                org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources
+                org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
               </compile>
               <process-classes>
                 
org.apache.maven.plugins:maven-plugin-plugin:${project.version}:descriptor
               </process-classes>
               <process-test-resources>
-                
org.apache.maven.plugins:maven-resources-plugin:3.0.1: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.5.1:testCompile
+                
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile
               </test-compile>
               <test>
-                org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
+                org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test
               </test>
               <package>
-                org.apache.maven.plugins:maven-jar-plugin:3.0.2:jar,
+                org.apache.maven.plugins:maven-jar-plugin:3.1.0:jar,
                 
org.apache.maven.plugins:maven-plugin-plugin:${project.version}:addPluginArtifactMetadata
               </package>
               <install>
-                org.apache.maven.plugins:maven-install-plugin:2.5.2:install
+                org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: maven-plugin-lifecycle -->

Reply via email to