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:35:44 UTC

[commons-weaver] branch master updated: Drop Oracle JDK 8.

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


The following commit(s) were added to refs/heads/master by this push:
     new 24eab73  Drop Oracle JDK 8.
24eab73 is described below

commit 24eab73e5c6fca299ef5fef286bda631c1a704f2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:35:41 2019 -0700

    Drop Oracle JDK 8.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f9c7d17..45d33a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ sudo: false
 
 jdk:
   - openjdk8
-  - oraclejdk8
+  - openjdk11
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report