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/08/10 16:14:57 UTC

[commons-build-plugin] branch master updated: Drop openjdk12 and openjdk13 since these are neither LTS or the latest. Add openjdk14.

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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b6a3a6  Drop openjdk12 and openjdk13 since these are neither LTS or the latest. Add openjdk14.
7b6a3a6 is described below

commit 7b6a3a6682a84f3fc74ec194dd1d7f18aa095ecf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 12:14:51 2020 -0400

    Drop openjdk12 and openjdk13 since these are neither LTS or the latest.
    Add openjdk14.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 88f36fb..0968ffe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,6 @@ jdk:
   - oraclejdk11
   - openjdk8
   - openjdk11
-  - openjdk12
-  - openjdk13
+  - openjdk14
   - openjdk-ea