This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch 2.5.9-rc1
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/2.5.9-rc1 by this push:
new 03280e48 [maven-release-plugin] prepare for next development iteration
03280e48 is described below
commit 03280e48087d29c1ae32aeb50f8df30825519848
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Apr 28 10:47:19 2026 +0200
[maven-release-plugin] prepare for next development iteration
---
opennlp-distr/pom.xml | 2 +-
opennlp-dl-gpu/pom.xml | 2 +-
opennlp-dl/pom.xml | 2 +-
opennlp-docs/pom.xml | 2 +-
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, 10 insertions(+), 10 deletions(-)
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index e761ccc7..9e2e88a7 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-dl-gpu/pom.xml b/opennlp-dl-gpu/pom.xml
index 5ac97b18..5df493ad 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.opennlp</groupId>
diff --git a/opennlp-dl/pom.xml b/opennlp-dl/pom.xml
index 7569ad42..2470f775 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.opennlp</groupId>
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 390517ae..35b8951c 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index 85090f7e..bcafe991 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-tools-models/pom.xml b/opennlp-tools-models/pom.xml
index 2f747332..251a4f67 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
</parent>
<artifactId>opennlp-tools-models</artifactId>
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index bf5810a1..e82124f6 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 0da74427..8a2c82d8 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.9</version>
+ <version>2.5.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index ae4bbc19..da49e43a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp</artifactId>
- <version>2.5.9</version>
+ <version>2.5.10-SNAPSHOT</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.9</tag>
+ <tag>opennlp-2.5.6.1</tag>
</scm>
<repositories>