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 08:15:59 UTC

[maven] branch build-java8 updated (df886ef -> 03b3c11)

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

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


 discard df886ef  build with Java 8 to avoid TLS 1.2 failure on license download
     add 864d180  [MNG-6410] Add groupId to --resume-from suggestion if artifactId is not unique in reactor
     new 03b3c11  build with Java 8 to avoid TLS 1.2 failure on license download

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   (df886ef)
            \
             N -- N -- N   refs/heads/build-java8 (03b3c11)

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:
 .../main/java/org/apache/maven/cli/MavenCli.java   | 33 ++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)

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

[maven] 01/01: build with Java 8 to avoid TLS 1.2 failure on license download

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

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

commit 03b3c110e2a730aa82181cf6567610ed72883982
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 20 16:54:59 2018 +0200

    build with Java 8 to avoid TLS 1.2 failure on license download
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c3e5a43..2564cc8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,7 +20,7 @@
 properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))])
 
 def buildOs = 'linux'
-def buildJdk = '7'
+def buildJdk = '8'
 def buildMvn = '3.5.0'
 def tests
 def CORE_IT_PROFILES='run-its,embedded'

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