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/06/30 07:13:34 UTC

[maven-jlink-plugin] branch MJLINK-19 updated (b0e0b9e -> c8f6ae3)

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

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


 discard b0e0b9e  [MJLINK-19] - update plexus-java / asm so it will work on java 10.0.1
     new c8f6ae3  [MJLINK-19] - update plexus-java / asm so it will work on java 10.0.1

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   (b0e0b9e)
            \
             N -- N -- N   refs/heads/MJLINK-19 (c8f6ae3)

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-jlink-plugin] 01/01: [MJLINK-19] - update plexus-java / asm so it will work on java 10.0.1

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

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

commit c8f6ae36eda5442167679afd86546846fb173e65
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 30 08:47:52 2018 +0200

    [MJLINK-19] - update plexus-java / asm so it will work on java 10.0.1
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0acab36..104bcf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,12 +98,12 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.5</version>
+      <version>3.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-java</artifactId>
-      <version>0.9.7</version>
+      <version>0.9.10</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -120,13 +120,13 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.10.19</version>
+      <version>2.19.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>1.7.1</version>
+      <version>2.9.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>