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

2018-05-21 Thread hboutemy
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 7b80db7cd20c3374c627a568166eb8afec2a48d7
Author: Hervé Boutemy 
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 cda629e..8245fee 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 runITsOses = ['linux', 'windows']
 def runITsJdks = ['7', '8']

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


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

2018-05-21 Thread hboutemy
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 
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
hbout...@apache.org.


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

2018-05-20 Thread hboutemy
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 df886ef5eda1fff3b9f5299546a39de59a59c8f8
Author: Hervé Boutemy 
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
hbout...@apache.org.