You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/05/21 17:24:42 UTC

[maven] branch MNG-6364 updated (2e62a0f -> 34af3f9)

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

hboutemy pushed a change to branch MNG-6364
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard 2e62a0f  created a function to run CoreITs and avoid copy/paste
 discard 4312052  [MNG-6364] Enhanced Jenkinsfile to test Core with JDK 9
 discard 03b3c11  build with Java 8 to avoid TLS 1.2 failure on license download
     add 7fde626  simplified Jenkinsfile: avoid copy/paste
     add 7b80db7  build with Java 8 to avoid TLS 1.2 failure on license download
     new 34af3f9  [MNG-6364] run Core ITs also with Java 9

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   (2e62a0f)
            \
             N -- N -- N   refs/heads/MNG-6364 (34af3f9)

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:
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

[maven] 01/01: [MNG-6364] run Core ITs also with Java 9

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

hboutemy pushed a commit to branch MNG-6364
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 34af3f9f96b8062a0146d99a2f200717896f9eaa
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon May 21 19:24:29 2018 +0200

    [MNG-6364] run Core ITs also with Java 9
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8245fee..464fecc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.5.0'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8']
+def runITsJdks = ['7', '8', '9']
 def runITsMvn = '3.5.0'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests

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