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 f080e63fd52653bb8642c7eb01808f968edd2fc6 Author: Martin Wiesner <[email protected]> AuthorDate: Wed Jun 17 20:43:25 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 15e3c1ca7..16dcb18fd 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.10</version> + <version>2.5.11-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-dl-gpu/pom.xml b/opennlp-dl-gpu/pom.xml index be2a024b5..b9ac36bf4 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.10</version> + <version>2.5.11-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 d92a68fc6..03d9cae47 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.10</version> + <version>2.5.11-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 25ea3334c..fa270d426 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.10</version> + <version>2.5.11-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml index 3beaa72d3..dcbd1c79b 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.10</version> + <version>2.5.11-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-tools-models/pom.xml b/opennlp-tools-models/pom.xml index 23bea0a18..f79df23d4 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.10</version> + <version>2.5.11-SNAPSHOT</version> </parent> <artifactId>opennlp-tools-models</artifactId> diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml index 32097dd23..2be4410f0 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.10</version> + <version>2.5.11-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml index 13b4e85ec..1e96932d5 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.10</version> + <version>2.5.11-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 05eb1b29b..6ba815fe3 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>2.5.10</version> + <version>2.5.11-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.10</tag> + <tag>opennlp-2.5.6.1</tag> </scm> <repositories>
