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:47:51 UTC

[opennlp-site] branch master updated: 1.9.2 build using openjdk8 (#61)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b8c51f  1.9.2 build using openjdk8 (#61)
4b8c51f is described below

commit 4b8c51fb1c3751bd827d340b348829480a2176d3
Author: Jeff Zemerick <jz...@apache.org>
AuthorDate: Thu Dec 26 09:47:42 2019 -0500

    1.9.2 build using openjdk8 (#61)
    
    * OpenNLP 1.9.2 release.
    * Using openjdk8 for build.
---
 .travis.yml                                | 2 +-
 src/main/jbake/content/news/release-192.ad | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7bcaadd..8a0b9ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: java
 os: linux
-jdk: oraclejdk8
+jdk: openjdk8
 
 sudo: false
 
diff --git a/src/main/jbake/content/news/release-192.ad b/src/main/jbake/content/news/release-192.ad
index b136d44..134cff0 100644
--- a/src/main/jbake/content/news/release-192.ad
+++ b/src/main/jbake/content/news/release-192.ad
@@ -31,7 +31,7 @@ The Apache OpenNLP library is a machine learning based toolkit for the processin
 
 It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.
 
-Apache OpenNLP 1.9.1 binary and source distributions are available for download from our download page: link:/download.html[download page]
+Apache OpenNLP 1.9.2 binary and source distributions are available for download from our download page: link:/download.html[download page]
 
 The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details: link:/maven-dependency.html[Maven Dependency]