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 2019/08/14 20:33:04 UTC

[commons-pool] branch master updated: Drop Oracle JDK 8, add OpenJDK 13.

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new a5f74a4  Drop Oracle JDK 8, add OpenJDK 13.
a5f74a4 is described below

commit a5f74a49364f99a7799109c69b72573e71c77aad
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:33:00 2019 -0700

    Drop Oracle JDK 8, add OpenJDK 13.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f545b97..f21f42b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,9 +23,9 @@ matrix:
     - os: linux
       jdk: openjdk12
     - os: linux
-      jdk: openjdk-ea
+      jdk: openjdk13
     - os: linux
-      jdk: oraclejdk8
+      jdk: openjdk-ea
     - os: linux
       jdk: oraclejdk11
     - os: linux-ppc64le