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

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


The following commit(s) were added to refs/heads/MNG-6411 by this push:
     new 6a697df  build with JDK 8 to get TLS 1.2
6a697df is described below

commit 6a697df07371a6468b1883fcdc3954cb9cca74bd
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri May 18 00:11:08 2018 +0200

    build with JDK 8 to get TLS 1.2
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b6de145..96b8899 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
hbout...@apache.org.

Reply via email to