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.git
commit 969a3db93515ef6d8d79233be9e5ada68bb630e1 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Feb 19 16:03:57 2026 +0100 [maven-release-plugin] prepare for next development iteration --- 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-maxent/pom.xml | 2 +- opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml | 2 +- opennlp-core/opennlp-ml/pom.xml | 2 +- opennlp-core/opennlp-models/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-extensions/opennlp-morfologik/pom.xml | 2 +- opennlp-extensions/opennlp-uima/pom.xml | 2 +- opennlp-extensions/pom.xml | 2 +- opennlp-tools/pom.xml | 2 +- pom.xml | 4 ++-- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/opennlp-api/pom.xml b/opennlp-api/pom.xml index 5ad0f94d..758cb4d0 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-api</artifactId> diff --git a/opennlp-core/opennlp-cli/pom.xml b/opennlp-core/opennlp-cli/pom.xml index 9a415809..069b3a2c 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-cli</artifactId> diff --git a/opennlp-core/opennlp-formats/pom.xml b/opennlp-core/opennlp-formats/pom.xml index 75230ee5..c3a9015c 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</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 9d6f7494..08e7435d 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</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 25bda36d..7cfc781c 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</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 c1e93fc4..ad33a0e5 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</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 6dc69269..5c8b9a61 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-ml-commons</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml index 589607f4..16fef216 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</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 285e7372..75f5ed70 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-ml-perceptron</artifactId> diff --git a/opennlp-core/opennlp-ml/pom.xml b/opennlp-core/opennlp-ml/pom.xml index 6f491b92..0d25c5a3 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-ml</artifactId> diff --git a/opennlp-core/opennlp-models/pom.xml b/opennlp-core/opennlp-models/pom.xml index ac2136c7..6413ad94 100644 --- a/opennlp-core/opennlp-models/pom.xml +++ b/opennlp-core/opennlp-models/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-core</artifactId> - <version>3.0.0-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-models</artifactId> diff --git a/opennlp-core/opennlp-runtime/pom.xml b/opennlp-core/opennlp-runtime/pom.xml index ac3d0943..63e9f2cf 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-runtime</artifactId> diff --git a/opennlp-core/pom.xml b/opennlp-core/pom.xml index 5e5f72a7..6dde0629 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-core</artifactId> diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml index 9166ab84..02891e35 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml index 92f939de..ed0d73ff 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-extensions/opennlp-morfologik/pom.xml b/opennlp-extensions/opennlp-morfologik/pom.xml index 79c82aff..f0ad5c01 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> </parent> <artifactId>opennlp-morfologik</artifactId> diff --git a/opennlp-extensions/opennlp-uima/pom.xml b/opennlp-extensions/opennlp-uima/pom.xml index 1208591d..dece9f3e 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-extensions/pom.xml b/opennlp-extensions/pom.xml index 51571f86..5573f54c 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml index 4b1f871d..28b292e2 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-M1</version> + <version>3.0.0-M2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index e9d37c06..cc219af5 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-M1</version> + <version>3.0.0-M2-SNAPSHOT</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>opennlp-3.0.0-M1</tag> + <tag>opennlp-2.5.4</tag> </scm> <repositories>
