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 13:02:34 UTC

[maven-jmod-plugin] branch MJMOD-16 updated (9398beb -> b6b1e5f)

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.


 discard 9398beb  [MJMOD-16] - Upgrade bound plugins
     add 47040ba  [MNGSITE-341] use https for sigs, hashes and KEYS
     add a6e462e  [MPOM-205] use sha512 checksums instead of sha1
     new b6b1e5f  [MJMOD-16] - Upgrade bound plugins

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9398beb)
            \
             N -- N -- N   refs/heads/MJMOD-16 (b6b1e5f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 src/site/xdoc/download.xml.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[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 b6b1e5fa8aa7b9207c31401b42c84b73531d2389
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