This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch rel-opennlp-3.0.0-M2
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/rel-opennlp-3.0.0-M2 by this
push:
new 8f2d8c97 [maven-release-plugin] prepare for next development iteration
8f2d8c97 is described below
commit 8f2d8c97213886bde7790fd75af8a784243f6a39
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Mar 23 20:05:31 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-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-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 ++--
21 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/opennlp-api/pom.xml b/opennlp-api/pom.xml
index b10b8606..05404d15 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opennlp-api</artifactId>
diff --git a/opennlp-core/opennlp-cli/pom.xml b/opennlp-core/opennlp-cli/pom.xml
index 0b48a95c..d24a92f9 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opennlp-cli</artifactId>
diff --git a/opennlp-core/opennlp-formats/pom.xml
b/opennlp-core/opennlp-formats/pom.xml
index d5a89681..95ae4e60 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-M2</version>
+ <version>3.0.0-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 e1c027df..cf98bb01 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-M2</version>
+ <version>3.0.0-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 dac41865..76d27f6f 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-M2</version>
+ <version>3.0.0-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 f107f1fc..6d627ffa 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-M2</version>
+ <version>3.0.0-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 383788dd..4cc0d6a8 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-M2</version>
+ <version>3.0.0-SNAPSHOT</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 27375c5d..596e8a49 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-M2</version>
+ <version>3.0.0-SNAPSHOT</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 af4764a5..5c287154 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-M2</version>
+ <version>3.0.0-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 738e848f..f20ba1ed 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-M2</version>
+ <version>3.0.0-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 166a56c5..5449e4e9 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-M2</version>
+ <version>3.0.0-SNAPSHOT</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 961ab652..7c328e64 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opennlp-model-resolver</artifactId>
diff --git a/opennlp-core/opennlp-runtime/pom.xml
b/opennlp-core/opennlp-runtime/pom.xml
index 6de9891d..7f32c7b7 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opennlp-runtime</artifactId>
diff --git a/opennlp-core/pom.xml b/opennlp-core/pom.xml
index 7509c295..23724793 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opennlp-core</artifactId>
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index c37d0bfb..318263f7 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index a84626be..78afcc21 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-extensions/opennlp-morfologik/pom.xml
b/opennlp-extensions/opennlp-morfologik/pom.xml
index 9f924556..64e1068c 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opennlp-morfologik</artifactId>
diff --git a/opennlp-extensions/opennlp-uima/pom.xml
b/opennlp-extensions/opennlp-uima/pom.xml
index 8c2d7309..4c7379a9 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-extensions/pom.xml b/opennlp-extensions/pom.xml
index 218fe697..6b8449c7 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 0a397c1b..0d5e4577 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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 427be847..c3c0aad3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp</artifactId>
- <version>3.0.0-M2</version>
+ <version>3.0.0-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-M2</tag>
+ <tag>HEAD</tag>
</scm>
<repositories>