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/03/30 17:08:54 UTC

[maven-jar-plugin] branch MJAR-249 updated (9d4a6e0 -> 39fc58f)

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

khmarbaise pushed a change to branch MJAR-249
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git.


 discard 9d4a6e0  Upgarde surefire.
 discard 5cb4a1b  [MJAR-249] - Get Build working on JDK 10  o Need to upgrade maven-surefire/failsafe plugin to 2.21.0    to get it working in JDK 10.
     new 39fc58f  [MJAR-249] - Get Build working on JDK 10  o Need to upgrade maven-surefire/failsafe plugin to 2.21.0    to get it working in JDK 10.

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   (9d4a6e0)
            \
             N -- N -- N   refs/heads/MJAR-249 (39fc58f)

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:

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-jar-plugin] 01/01: [MJAR-249] - Get Build working on JDK 10 o Need to upgrade maven-surefire/failsafe plugin to 2.21.0 to get it working in JDK 10.

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

khmarbaise pushed a commit to branch MJAR-249
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 39fc58f506136dea2ec1354dca18661a590d0984
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Mar 28 20:41:03 2018 +0200

    [MJAR-249] - Get Build working on JDK 10
     o Need to upgrade maven-surefire/failsafe plugin to 2.21.0
       to get it working in JDK 10.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index f7e8643..26f8d5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
     <mavenVersion>3.0</mavenVersion>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.compiler.source>1.7</maven.compiler.source>
+    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencies>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.