You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/06/06 14:42:13 UTC

[commons-beanutils] branch master updated: Replace Java 15 with Java 16 in Travis CI.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new fa85b67  Replace Java 15 with Java 16 in Travis CI.
fa85b67 is described below

commit fa85b67ce044d719c51d12329035704f6ff35789
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 6 10:42:09 2021 -0400

    Replace Java 15 with Java 16 in Travis CI.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9efb7d8..03aef98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
   - oraclejdk11
   - openjdk8
   - openjdk11
-  - openjdk15
+  - openjdk16
   - openjdk-ea
 
 after_success: