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 2020/11/21 02:27:22 UTC

[commons-beanutils] branch master updated: Travis: Replace Java 14 with 15.

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 3e56134  Travis: Replace Java 14 with 15.
3e56134 is described below

commit 3e561348dc501286ec5327af998241ddbf065171
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 21:27:17 2020 -0500

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

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