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

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
     new edf649f  [UIMA-6460] Move tycho and auto-staging to parent pom
edf649f is described below

commit edf649f06af1f519a603f9687925631d28f87275
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Thu May 19 16:57:33 2022 +0200

    [UIMA-6460] Move tycho and auto-staging to parent pom
    
    - Set Java version to 11-latest
---
 vars/createConfiguration.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/createConfiguration.groovy b/vars/createConfiguration.groovy
index 1ec756a..62cd0c0 100644
--- a/vars/createConfiguration.groovy
+++ b/vars/createConfiguration.groovy
@@ -21,7 +21,7 @@ def call(body) {
   def config = [
     agentLabel: '',
     maven: 'maven_latest',
-    jdk: 'jdk_1.8_latest',
+    jdk: 'jdk_11_latest',
     extraMavenArguments: ''
   ]
   

Reply via email to