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:55:09 UTC

[commons-validator] 01/02: 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-validator.git

commit 18f0801c608fdfdb8da3b88d2f00eb6d19aace6e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 21:47:21 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 94b01f9..4e07458 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
     - jdk: openjdk7
     - jdk: openjdk8
     - jdk: openjdk11
-    - jdk: openjdk14
+    - jdk: openjdk15
 script:
   - mvn -V --no-transfer-progress clean test
 after_success: