This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch Update-to-opennlp-tools-2.3.3 in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
commit 9cdbd3103be343b1fc81bfec51ad9bfc7077e41f Author: Martin Wiesner <[email protected]> AuthorDate: Sun Apr 28 15:46:22 2024 +0200 updates sandbox components to use opennlp-tools version 2.3.3 bumps version of sandbox components to 2.3.4-SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c6e0ee6..3c41cae 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-sandbox</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache OpenNLP Sandbox</name> @@ -117,7 +117,7 @@ <maven.compiler.target>${java.version}</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <opennlp.tools.version>2.3.2</opennlp.tools.version> + <opennlp.tools.version>2.3.3</opennlp.tools.version> <opennlp.forkCount>1.0C</opennlp.forkCount> <slf4j.version>1.7.36</slf4j.version>
