You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/05/12 06:44:07 UTC

[shiro] 01/01: (build) update latest GA'd JDKs to 16.

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

bmarwell pushed a commit to branch jdk16-builds-jenkins
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit de83fd1e647bd13f6048fad9ba1322c0e53bde52
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Wed May 12 08:43:49 2021 +0200

    (build) update latest GA'd JDKs to 16.
---
 .jenkins.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.jenkins.groovy b/.jenkins.groovy
index 1ccd3a0..2a44e33 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -38,7 +38,7 @@ pipeline {
                         name 'MATRIX_JDK'
                         values 'jdk_1.8_latest', 'adopt_hs_8_latest', 'adopt_j9_8_latest',
                                 'jdk_11_latest', 'adopt_hs_11_latest', 'adopt_j9_11_latest',
-                                'jdk_15_latest', 'adopt_hs_15_latest', 'adopt_j9_15_latest'
+                                'jdk_16_latest', 'adopt_hs_16_latest', 'adopt_j9_16_latest'
                     }
                     // Additional axess, like OS and maven version can be configured here.
                 }