You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2019/12/26 14:38:23 UTC

[opennlp-site] branch opennlp192 updated: Changing to openjdk11.

This is an automated email from the ASF dual-hosted git repository.

jzemerick pushed a commit to branch opennlp192
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/opennlp192 by this push:
     new 8575275  Changing to openjdk11.
8575275 is described below

commit 8575275638d876cc850958a6caa4478331a6d74e
Author: jzonthemtn <je...@mtnfog.com>
AuthorDate: Thu Dec 26 09:38:09 2019 -0500

    Changing to openjdk11.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7bcaadd..e7b5654 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: java
 os: linux
-jdk: oraclejdk8
+jdk: openjdk11
 
 sudo: false