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:30:27 UTC

[commons-email] 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-email.git


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

commit affd6c475b2f9dafd57c6ee0e0ead6b89ee50bcf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 21:30:23 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 e142b61..1999e64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ sudo: false
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk14
+  - openjdk15
   
 after_success:
   - mvn -V clean cobertura:cobertura coveralls:report --no-transfer-progress