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:06 UTC

[shiro] branch jdk16-builds-jenkins created (now de83fd1)

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

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


      at de83fd1  (build) update latest GA'd JDKs to 16.

This branch includes the following new commits:

     new de83fd1  (build) update latest GA'd JDKs to 16.

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.


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

Posted by bm...@apache.org.
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.
                 }