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

mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 4c2f4db001a9a9da18a7311b73b182d5918603a1
Author: Martin Wiesner <[email protected]>
AuthorDate: Thu Mar 26 07:40:37 2026 +0100

    [maven-release-plugin] prepare release opennlp-2.5.8
---
 opennlp-distr/pom.xml            | 2 +-
 opennlp-dl-gpu/pom.xml           | 2 +-
 opennlp-dl/pom.xml               | 2 +-
 opennlp-docs/pom.xml             | 7 +++----
 opennlp-morfologik-addon/pom.xml | 2 +-
 opennlp-tools-models/pom.xml     | 2 +-
 opennlp-tools/pom.xml            | 2 +-
 opennlp-uima/pom.xml             | 2 +-
 pom.xml                          | 4 ++--
 9 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 5ea1d80b..ee1afc17 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>2.5.8-SNAPSHOT</version>
+    <version>2.5.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/opennlp-dl-gpu/pom.xml b/opennlp-dl-gpu/pom.xml
index e401065e..22bd8c95 100644
--- a/opennlp-dl-gpu/pom.xml
+++ b/opennlp-dl-gpu/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>2.5.8-SNAPSHOT</version>
+    <version>2.5.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.opennlp</groupId>
diff --git a/opennlp-dl/pom.xml b/opennlp-dl/pom.xml
index 87cca6e8..6fe283f3 100644
--- a/opennlp-dl/pom.xml
+++ b/opennlp-dl/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>2.5.8-SNAPSHOT</version>
+    <version>2.5.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.opennlp</groupId>
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index c8348389..655692e8 100644
--- a/opennlp-docs/pom.xml
+++ b/opennlp-docs/pom.xml
@@ -24,7 +24,7 @@
   <parent>
        <groupId>org.apache.opennlp</groupId>
        <artifactId>opennlp</artifactId>
-       <version>2.5.8-SNAPSHOT</version>
+       <version>2.5.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
@@ -130,11 +130,10 @@
                                                        <preProcess>
                                                                <copy 
todir="${project.build.directory}/docbkx/epub3/images">
                                                                        
<fileset dir="src/docbkx/images/">
-                                                                               
<include name="*.png"/>
+                                                                               
<include name="*.png" />
                                                                        
</fileset>
                                                                </copy>
-                                                               <copy 
todir="${project.build.directory}/docbkx/epub3/css"
-                                                                               
        file="src/docbkx/css/opennlp-dev-manual.css"/>
+                                                               <copy 
todir="${project.build.directory}/docbkx/epub3/css" 
file="src/docbkx/css/opennlp-dev-manual.css" />
                                                        </preProcess>
                                                </configuration>
                                        </plugin>
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index cd1f5d0a..a22bad1d 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.opennlp</groupId>
                <artifactId>opennlp</artifactId>
-               <version>2.5.8-SNAPSHOT</version>
+               <version>2.5.8</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/opennlp-tools-models/pom.xml b/opennlp-tools-models/pom.xml
index e5f08d38..d0bdcba8 100644
--- a/opennlp-tools-models/pom.xml
+++ b/opennlp-tools-models/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp</artifactId>
-        <version>2.5.8-SNAPSHOT</version>
+        <version>2.5.8</version>
     </parent>
 
     <artifactId>opennlp-tools-models</artifactId>
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index e245718e..b0de5f09 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>2.5.8-SNAPSHOT</version>
+    <version>2.5.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 87fe14b8..b51d00ae 100644
--- a/opennlp-uima/pom.xml
+++ b/opennlp-uima/pom.xml
@@ -25,7 +25,7 @@
        <parent>
            <groupId>org.apache.opennlp</groupId>
            <artifactId>opennlp</artifactId>
-           <version>2.5.8-SNAPSHOT</version>
+           <version>2.5.8</version>
            <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index e03c6e45..cb10f692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
        <groupId>org.apache.opennlp</groupId>
        <artifactId>opennlp</artifactId>
-       <version>2.5.8-SNAPSHOT</version>
+       <version>2.5.8</version>
        <packaging>pom</packaging>
 
        <name>Apache OpenNLP Reactor</name>
@@ -40,7 +40,7 @@
                
<connection>scm:git:https://github.com/apache/opennlp.git</connection>
                
<developerConnection>scm:git:[email protected]:apache/opennlp.git</developerConnection>
                <url>https://github.com/apache/opennlp.git</url>
-               <tag>opennlp-2.5.6.1</tag>
+               <tag>opennlp-2.5.8</tag>
        </scm>
 
        <repositories>

Reply via email to