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:41:10 UTC

[opennlp-site] branch opennlp192 updated: openjdk8

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 6b09563  openjdk8
6b09563 is described below

commit 6b095634016dd6662a2bebcd950e92cb86a2000a
Author: jzonthemtn <je...@mtnfog.com>
AuthorDate: Thu Dec 26 09:40:53 2019 -0500

    openjdk8
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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