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

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


The following commit(s) were added to refs/heads/main by this push:
     new a03647732 Add OpenNLP 2.5.11
a03647732 is described below

commit a03647732a15b86af1718189b1c2bafc613b0573
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jul 24 08:19:47 2026 +0200

    Add OpenNLP 2.5.11
---
 .github/workflows/main.yml                  |  1 +
 pom.xml                                     | 10 ++++++
 src/main/jbake/content/docs/legacy.ad       | 10 +++++-
 src/main/jbake/content/news/index.html      |  2 +-
 src/main/jbake/content/news/release-2511.ad | 55 +++++++++++++++++++++++++++++
 src/main/jbake/jbake.properties             |  2 +-
 6 files changed, 77 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 16df9397a..70b977b26 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -82,6 +82,7 @@ jobs:
           [ -d target/opennlp-site/docs/2.5.8 ] && echo 'docs for 2.5.8 exist'
           [ -d target/opennlp-site/docs/2.5.9 ] && echo 'docs for 2.5.9 exist'
           [ -d target/opennlp-site/docs/2.5.10 ] && echo 'docs for 2.5.10 
exist'
+          [ -d target/opennlp-site/docs/2.5.11 ] && echo 'docs for 2.5.11 
exist'
           [ -d target/opennlp-site/docs/3.0.0-M1 ] && echo 'docs for 3.0.0-M1 
exist'
           [ -d target/opennlp-site/docs/3.0.0-M2 ] && echo 'docs for 3.0.0-M2 
exist'
           [ -d target/opennlp-site/docs/3.0.0-M3 ] && echo 'docs for 3.0.0-M3 
exist'
diff --git a/pom.xml b/pom.xml
index e9d2991d6..b7058dc1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,6 +660,16 @@
                   
<outputDirectory>${project.build.directory}/distr/2.5.10</outputDirectory>
                   <excludes>**/lib/**/*</excludes>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>2.5.11</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  
<outputDirectory>${project.build.directory}/distr/2.5.11</outputDirectory>
+                  <excludes>**/lib/**/*</excludes>
+                </artifactItem>
                 <artifactItem>
                     <groupId>org.apache.opennlp</groupId>
                     <artifactId>opennlp-distr</artifactId>
diff --git a/src/main/jbake/content/docs/legacy.ad 
b/src/main/jbake/content/docs/legacy.ad
index 6acd88067..9757e6a08 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -71,7 +71,15 @@ explains how the various OpenNLP components can be used and 
trained.
 * link:/docs/3.0.0-M1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
 * link:/docs/3.0.0-M1/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA 
Javadoc]
 
-== Apache OpenNLP 2.5.8 documentation
+== Apache OpenNLP 2.5.10 documentation
+* link:/docs/2.5.10/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/2.5.10/opennlp.pdf[Apache OpenNLP PDF Manual]
+* link:/docs/2.5.10/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
+* link:/docs/2.5.10/apidocs/opennlp-tools-models/index.html[Apache OpenNLP 
Tools Models Javadoc]
+* link:/docs/2.5.10/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA 
Javadoc]
+* link:/docs/2.5.10/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP 
Morfologik Addon Javadoc]
+
+== Apache OpenNLP 2.5.9 documentation
 * link:/docs/2.5.9/manual/opennlp.html[Apache OpenNLP Manual]
 * link:/docs/2.5.9/opennlp.pdf[Apache OpenNLP PDF Manual]
 * link:/docs/2.5.9/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
diff --git a/src/main/jbake/content/news/index.html 
b/src/main/jbake/content/news/index.html
index e0c1cb038..5af643123 100644
--- a/src/main/jbake/content/news/index.html
+++ b/src/main/jbake/content/news/index.html
@@ -1,5 +1,5 @@
 title=News
-date=2026-06-30
+date=2026-07-24
 type=news
 status=published
 ~~~~~~
diff --git a/src/main/jbake/content/news/release-2511.ad 
b/src/main/jbake/content/news/release-2511.ad
new file mode 100644
index 000000000..9e8dc0fe1
--- /dev/null
+++ b/src/main/jbake/content/news/release-2511.ad
@@ -0,0 +1,55 @@
+////
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+////
+= Apache OpenNLP 2.5.11 released
+Apache OpenNLP
+2026-07-24
+:jbake-type: post
+:jbake-tags: community
+:jbake-status: published
+:category: news
+:idprefix:
+
+The Apache OpenNLP team is pleased to announce the release of Apache OpenNLP 
2.5.11.
+
+The Apache OpenNLP library is a machine learning based toolkit for the 
processing of natural language text.
+
+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 2.5.11 binary and source distributions are available for 
download from our link:/download.html[download page].
+
+The OpenNLP library is distributed by Maven Central as well. See the 
link:/maven-dependency.html[Maven dependency] page for more details.
+
+== What's new in Apache OpenNLP 2.5.11
+
+This is a *maintenance release* on the 2.x line. It refreshes several 
dependencies.
+
+=== Improvements:
+* Class instantiation in StreamFactory / StringInterners is now 
allowlist-based (OPENNLP-1890)
+* Deserialization in BaseModel has been hardened (OPENNLP-1891)
+* DocBook DTDs are now resolved from a local catalog instead of a remote URL 
(OPENNLP-1854)
+
+=== Dependency Updates
+* Move to Apache Parent 39 (OPENNLP-1855)
+* Update JUnit to 6.1.2 (OPENNLP-1856)
+* Update ONNX runtime to 1.27.0 (OPENNLP-1873)
+* Update Log4j2 to 2.26.1 (OPENNLP-1874)
+
+For further details, check the full list of 
link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12357211[changes,role=external,window=_blank]
 via the project's issue tracker.
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index fd3c92270..7c4d95a6d 100755
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -32,7 +32,7 @@ template.news.file=news.ftl
 #db.store=local
 asciidoctor.attributes.export=true
 asciidoctor.attributes.export.prefix=
-opennlp.version=2.5.10
+opennlp.version=2.5.11
 opennlp.3x.version=3.0.0-M4
 opennlp.next.version=3.0.0-SNAPSHOT
 opennlp.models=ud-models-1.3

Reply via email to