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.git

commit 66526b528bc2af9c7ebe90cbfa0d9e44e88f7dd7
Author: Martin Wiesner <[email protected]>
AuthorDate: Tue Jul 21 14:45:02 2026 +0200

    [maven-release-plugin] prepare release opennlp-3.0.0-M5
---
 opennlp-api/pom.xml                                   | 2 +-
 opennlp-core/opennlp-cli/pom.xml                      | 2 +-
 opennlp-core/opennlp-formats/pom.xml                  | 2 +-
 opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml        | 2 +-
 opennlp-core/opennlp-ml/opennlp-dl/pom.xml            | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml      | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml    | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-libsvm/pom.xml     | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml     | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml | 2 +-
 opennlp-core/opennlp-ml/pom.xml                       | 2 +-
 opennlp-core/opennlp-model-resolver/pom.xml           | 2 +-
 opennlp-core/opennlp-runtime/pom.xml                  | 2 +-
 opennlp-core/pom.xml                                  | 2 +-
 opennlp-distr/pom.xml                                 | 2 +-
 opennlp-docs/pom.xml                                  | 2 +-
 opennlp-eval-tests/pom.xml                            | 2 +-
 opennlp-extensions/opennlp-morfologik/pom.xml         | 2 +-
 opennlp-extensions/opennlp-spellcheck/pom.xml         | 2 +-
 opennlp-extensions/opennlp-uima/pom.xml               | 2 +-
 opennlp-extensions/pom.xml                            | 2 +-
 opennlp-tools/pom.xml                                 | 2 +-
 pom.xml                                               | 4 ++--
 23 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/opennlp-api/pom.xml b/opennlp-api/pom.xml
index 862534f2d..c4d3cc67e 100644
--- a/opennlp-api/pom.xml
+++ b/opennlp-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-api</artifactId>
diff --git a/opennlp-core/opennlp-cli/pom.xml b/opennlp-core/opennlp-cli/pom.xml
index b96a77c36..2e1fd2387 100644
--- a/opennlp-core/opennlp-cli/pom.xml
+++ b/opennlp-core/opennlp-cli/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-cli</artifactId>
diff --git a/opennlp-core/opennlp-formats/pom.xml 
b/opennlp-core/opennlp-formats/pom.xml
index 1b3a70f0a..072ccd3ea 100644
--- a/opennlp-core/opennlp-formats/pom.xml
+++ b/opennlp-core/opennlp-formats/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-formats</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml
index cf98bb012..64c65f3df 100644
--- a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-ml</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-dl-gpu</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml
index 55d887ca3..5ac8074c5 100644
--- a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-ml</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-dl</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml
index 6d627ffad..28c6ffb4e 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-ml</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-M5</version>
     </parent>
 
     <artifactId>opennlp-ml-bayes</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml
index 4cc0d6a86..33d3f2e4f 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-ml</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-M5</version>
     </parent>
 
     <artifactId>opennlp-ml-commons</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-libsvm/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-libsvm/pom.xml
index 596e8a499..a4569cf2d 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-libsvm/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-libsvm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-ml</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-M5</version>
     </parent>
 
     <artifactId>opennlp-ml-libsvm</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml
index 5c2871549..5aa2300f5 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-ml</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-M5</version>
     </parent>
 
     <artifactId>opennlp-ml-maxent</artifactId>
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml
index f20ba1ed7..ed2ba70b6 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-ml</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-M5</version>
     </parent>
 
     <artifactId>opennlp-ml-perceptron</artifactId>
diff --git a/opennlp-core/opennlp-ml/pom.xml b/opennlp-core/opennlp-ml/pom.xml
index 5449e4e98..0b6bbb10d 100644
--- a/opennlp-core/opennlp-ml/pom.xml
+++ b/opennlp-core/opennlp-ml/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-ml</artifactId>
diff --git a/opennlp-core/opennlp-model-resolver/pom.xml 
b/opennlp-core/opennlp-model-resolver/pom.xml
index 7c328e64b..ae1ed0fdf 100644
--- a/opennlp-core/opennlp-model-resolver/pom.xml
+++ b/opennlp-core/opennlp-model-resolver/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-model-resolver</artifactId>
diff --git a/opennlp-core/opennlp-runtime/pom.xml 
b/opennlp-core/opennlp-runtime/pom.xml
index 0dec48db8..fb1a58c2d 100644
--- a/opennlp-core/opennlp-runtime/pom.xml
+++ b/opennlp-core/opennlp-runtime/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-runtime</artifactId>
diff --git a/opennlp-core/pom.xml b/opennlp-core/pom.xml
index 237247933..f3d0f1d02 100644
--- a/opennlp-core/pom.xml
+++ b/opennlp-core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-core</artifactId>
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index e9092d882..bdcb7e7aa 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>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 78afcc219..c1e59697e 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>3.0.0-SNAPSHOT</version>
+       <version>3.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/opennlp-eval-tests/pom.xml b/opennlp-eval-tests/pom.xml
index 981a2edbf..b93274969 100644
--- a/opennlp-eval-tests/pom.xml
+++ b/opennlp-eval-tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/opennlp-extensions/opennlp-morfologik/pom.xml 
b/opennlp-extensions/opennlp-morfologik/pom.xml
index ddc4415ff..c7b2f6802 100644
--- a/opennlp-extensions/opennlp-morfologik/pom.xml
+++ b/opennlp-extensions/opennlp-morfologik/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-extensions</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-morfologik</artifactId>
diff --git a/opennlp-extensions/opennlp-spellcheck/pom.xml 
b/opennlp-extensions/opennlp-spellcheck/pom.xml
index 07280c17c..4f5cf2e69 100644
--- a/opennlp-extensions/opennlp-spellcheck/pom.xml
+++ b/opennlp-extensions/opennlp-spellcheck/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-extensions</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
   </parent>
 
   <artifactId>opennlp-spellcheck</artifactId>
diff --git a/opennlp-extensions/opennlp-uima/pom.xml 
b/opennlp-extensions/opennlp-uima/pom.xml
index 67f5470a7..8a9c4ec77 100644
--- a/opennlp-extensions/opennlp-uima/pom.xml
+++ b/opennlp-extensions/opennlp-uima/pom.xml
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.apache.opennlp</groupId>
                <artifactId>opennlp-extensions</artifactId>
-               <version>3.0.0-SNAPSHOT</version>
+               <version>3.0.0-M5</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/opennlp-extensions/pom.xml b/opennlp-extensions/pom.xml
index 9afcd3fe3..c1316fd4e 100644
--- a/opennlp-extensions/pom.xml
+++ b/opennlp-extensions/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index feeb432b1..695cbd490 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>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 168f44b84..936f227d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
        <groupId>org.apache.opennlp</groupId>
        <artifactId>opennlp</artifactId>
-       <version>3.0.0-SNAPSHOT</version>
+       <version>3.0.0-M5</version>
        <packaging>pom</packaging>
 
        <name>Apache OpenNLP</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>HEAD</tag>
+               <tag>opennlp-3.0.0-M5</tag>
        </scm>
 
        <repositories>

Reply via email to