You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/04 19:15:48 UTC

[opennlp-sandbox] 01/01: updates sandbox components to use opennlp-tools version 2.1.1

This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch update_sandbox_components_to_use_opennlp-tools_version_2.1.1
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git

commit 1a67d5d3ef99f405af04a186074de43b50d8995d
Author: Martin Wiesner <ma...@hs-heilbronn.de>
AuthorDate: Tue Apr 4 21:15:35 2023 +0200

    updates sandbox components to use opennlp-tools version 2.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d6728b..1f513cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <maven.compiler.target>${java.version}</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
-        <opennlp.tools.version>2.1.0</opennlp.tools.version>
+        <opennlp.tools.version>2.1.1</opennlp.tools.version>
         <commons.io.version>2.6</commons.io.version>
         <uimaj.version>3.3.1</uimaj.version>