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

mawiesne 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 34dce35b OpenNLP 2.5.5
34dce35b is described below

commit 34dce35b613144a6ea56241c37b0d0fcd0f3b5c4
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Jul 23 12:19:19 2025 +0200

    OpenNLP 2.5.5
---
 .github/workflows/main.yml                 |  3 +-
 pom.xml                                    | 11 +++++++
 src/main/jbake/assets/doap_opennlp.rdf     |  4 +--
 src/main/jbake/content/docs/legacy.ad      |  7 +++++
 src/main/jbake/content/news/index.html     |  2 +-
 src/main/jbake/content/news/release-255.ad | 47 ++++++++++++++++++++++++++++++
 src/main/jbake/content/release.ad          |  8 +++--
 src/main/jbake/jbake.properties            |  4 +--
 8 files changed, 78 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 258446d3..642a14a4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -70,4 +70,5 @@ jobs:
           [ -d target/opennlp-site/docs/2.5.1 ] && echo 'docs for 2.5.1 exists'
           [ -d target/opennlp-site/docs/2.5.2 ] && echo 'docs for 2.5.2 exists'
           [ -d target/opennlp-site/docs/2.5.3 ] && echo 'docs for 2.5.3 exists'
-          [ -d target/opennlp-site/docs/2.5.4 ] && echo 'docs for 2.5.4 exists'
\ No newline at end of file
+          [ -d target/opennlp-site/docs/2.5.4 ] && echo 'docs for 2.5.4 exists'
+          [ -d target/opennlp-site/docs/2.5.5 ] && echo 'docs for 2.5.5 exists'
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d9488678..3220d1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,6 +551,17 @@
                   
<outputDirectory>${project.build.directory}/distr/2.5.4</outputDirectory>
                   <excludes>**/lib/**/*</excludes>
                 </artifactItem>
+
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>2.5.5</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  
<outputDirectory>${project.build.directory}/distr/2.5.5</outputDirectory>
+                  <excludes>**/lib/**/*</excludes>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/assets/doap_opennlp.rdf 
b/src/main/jbake/assets/doap_opennlp.rdf
index 9a2db8c6..57151ff6 100644
--- a/src/main/jbake/assets/doap_opennlp.rdf
+++ b/src/main/jbake/assets/doap_opennlp.rdf
@@ -37,8 +37,8 @@
     <release>
       <Version>
         <name>Apache OpenNLP</name>
-        <created>2025-04-16</created>
-        <revision>2.5.4</revision>
+        <created>2025-07-23</created>
+        <revision>2.5.5</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/docs/legacy.ad 
b/src/main/jbake/content/docs/legacy.ad
index f691c311..f64b2648 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -27,6 +27,13 @@ WARNING: This page contains the archived documentation. 
Please refer to link:/do
 There exists a manual and Javadoc API documentation for Apache OpenNLP. The 
manual
 explains how the various OpenNLP components can be used and trained.
 
+== Apache OpenNLP 2.5.4 documentation
+* link:/docs/2.5.4/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/2.5.4/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
+* link:/docs/2.5.4/apidocs/opennlp-tools-models/index.html[Apache OpenNLP 
Tools Models Javadoc]
+* link:/docs/2.5.4/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/2.5.4/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP 
Morfologik Addon Javadoc]
+
 == Apache OpenNLP 2.5.3 documentation
 * link:/docs/2.5.3/manual/opennlp.html[Apache OpenNLP Manual]
 * link:/docs/2.5.3/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 2adbf84f..31e61a3d 100644
--- a/src/main/jbake/content/news/index.html
+++ b/src/main/jbake/content/news/index.html
@@ -1,5 +1,5 @@
 title=News
-date=2025-06-16
+date=2025-07-23
 type=news
 status=published
 ~~~~~~
diff --git a/src/main/jbake/content/news/release-255.ad 
b/src/main/jbake/content/news/release-255.ad
new file mode 100644
index 00000000..11dc4dd7
--- /dev/null
+++ b/src/main/jbake/content/news/release-255.ad
@@ -0,0 +1,47 @@
+////
+   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.5 released
+Apache OpenNLP
+2025-07-23
+: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.5.
+
+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.5 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.5
+
+In total, this release tackles 27 issues, brings multiple dependency updates, 
bug fixes (e.g. OPENNLP-1545), and several additions.
+Accessing (computed) probabilities is now possible in thread-safe 
probabilistic ME classes via the `probs()` method (OPENNLP-1757)
+Loading of pre-trained OpenNLP (UD) models from the classpath was made (even) 
easier (see: OPENNLP-1729).
+The 2.5.5 release relies on version 1.3 of the 
link:https://github.com/apache/opennlp-models[opennlp-models,role=external,window=_blank],
 providing access to pre-trained models for a total of 36 languages.
+
+For further details, check the full list of 
link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12355873[changes,role=external,window=_blank]
 via the project's issue tracker.
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/content/release.ad 
b/src/main/jbake/content/release.ad
index 14350aed..ec6bbd21 100644
--- a/src/main/jbake/content/release.ad
+++ b/src/main/jbake/content/release.ad
@@ -263,11 +263,15 @@ Thanks to all voters. I'll proceed with the steps.
 === Release Nexus Staging Repository
 
 Release the staging repository. This will make the artifacts available in the 
Maven Central repository.
-To do this go to the https://repository.apache.org[repository server], log in, 
go to the staging area and release the staging repository linked to this release
+To do this,
+
+1. go to the https://repository.apache.org[repository server] and log in,
+2. go to the staging area and
+3. release the staging repository linked to this release.
 
 === Merge the Release Branch
 
-Merge the release branch into `main`.
+Merge the release branch into `main` or the maintenance branch for the 2.x 
release: `opennlp-2.x`.
 
 === Commit Distribution to SVN
 
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index 090af7ad..90316a47 100755
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -32,8 +32,8 @@ template.news.file=news.ftl
 #db.store=local
 asciidoctor.attributes.export=true
 asciidoctor.attributes.export.prefix=
-opennlp.version=2.5.4
-opennlp.next.version=2.5.5-SNAPSHOT
+opennlp.version=2.5.5
+opennlp.next.version=2.5.6-SNAPSHOT
 opennlp.models=ud-models-1.3
 opennlp.downloads=https://downloads.apache.org/opennlp/models
 ud.version=2.16
\ No newline at end of file

Reply via email to