You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/09/02 12:52:31 UTC

[maven-jmod-plugin] branch MJMOD-16 created (now 9398beb)

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

khmarbaise pushed a change to branch MJMOD-16
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git.


      at 9398beb  [MJMOD-16] - Upgrade bound plugins

This branch includes the following new commits:

     new 9398beb  [MJMOD-16] - Upgrade bound plugins

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-jmod-plugin] 01/01: [MJMOD-16] - Upgrade bound plugins

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

khmarbaise pushed a commit to branch MJMOD-16
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git

commit 9398bebfc3f7b5a442e537c0d404eb7687372647
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 2 14:52:24 2018 +0200

    [MJMOD-16] - Upgrade bound plugins
---
 src/main/filtered-resources/META-INF/plexus/components.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/filtered-resources/META-INF/plexus/components.xml b/src/main/filtered-resources/META-INF/plexus/components.xml
index e181cbf..7844365 100644
--- a/src/main/filtered-resources/META-INF/plexus/components.xml
+++ b/src/main/filtered-resources/META-INF/plexus/components.xml
@@ -55,19 +55,19 @@
             <!-- START SNIPPET: jmod-lifecycle -->
             <phases>
               <process-resources>
-                org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources
+                org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
               </compile>
               <process-test-resources>
-                org.apache.maven.plugins:maven-resources-plugin:3.0.2: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.7.0:testCompile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile
               </test-compile>
               <test>
-                org.apache.maven.plugins:maven-surefire-plugin:2.20:test
+                org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test
               </test>
               <package>
                 org.apache.maven.plugins:maven-jmod-plugin:${project.version}:create