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 11:43:13 UTC

[maven-jlink-plugin] branch MJLINK-24 updated (e863114 -> d59306f)

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

khmarbaise pushed a change to branch MJLINK-24
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git.


 discard e863114  [MJLINK-24] - Upgrade bound plugins
     add cf75cbc  [MNGSITE-341] use https for sigs, hashes and KEYS
     add b09ff73  [MPOM-205] use sha512 checksums instead of sha1
     new d59306f  [MJLINK-24] - 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   (e863114)
            \
             N -- N -- N   refs/heads/MJLINK-24 (d59306f)

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-jlink-plugin] 01/01: [MJLINK-24] - 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 MJLINK-24
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit d59306f142d23cdd53f9cdfe2ba5386a7ff2f7e2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 2 13:05:44 2018 +0200

    [MJLINK-24] - Upgrade bound plugins
---
 src/main/filtered-resources/META-INF/plexus/components.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/filtered-resources/META-INF/plexus/components.xml b/src/main/filtered-resources/META-INF/plexus/components.xml
index a0e6d0c..6f8eaf5 100644
--- a/src/main/filtered-resources/META-INF/plexus/components.xml
+++ b/src/main/filtered-resources/META-INF/plexus/components.xml
@@ -59,16 +59,16 @@
                 org.apache.maven.plugins:maven-resources-plugin:3.0.2: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-test-resources>
                 org.apache.maven.plugins:maven-resources-plugin:3.0.2: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-jlink-plugin:${project.version}:jlink