This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1753-Switch-to-pre-trained-Model-binaries-v1.3 in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
commit c1f87b2650273655a97216e03cc6fc60d7e80d13 Author: Martin Wiesner <[email protected]> AuthorDate: Mon Jul 14 19:41:06 2025 +0200 OPENNLP-1753: Switch to pre-trained Model binaries v1.3 - adjusts version strings --- opennlp-grpc/opennlp-grpc-service/pom.xml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opennlp-grpc/opennlp-grpc-service/pom.xml b/opennlp-grpc/opennlp-grpc-service/pom.xml index 36cbef9..9363d14 100644 --- a/opennlp-grpc/opennlp-grpc-service/pom.xml +++ b/opennlp-grpc/opennlp-grpc-service/pom.xml @@ -133,21 +133,21 @@ <artifactItem> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-models-pos-en</artifactId> - <version>1.2.0</version> + <version>${opennlp.models.version}</version> <type>jar</type> <outputDirectory>${project.build.testOutputDirectory}/models</outputDirectory> </artifactItem> <artifactItem> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-models-tokenizer-en</artifactId> - <version>1.2.0</version> + <version>${opennlp.models.version}</version> <type>jar</type> <outputDirectory>${project.build.testOutputDirectory}/models</outputDirectory> </artifactItem> <artifactItem> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-models-sentdetect-en</artifactId> - <version>1.2.0</version> + <version>${opennlp.models.version}</version> <type>jar</type> <outputDirectory>${project.build.testOutputDirectory}/models</outputDirectory> </artifactItem> diff --git a/pom.xml b/pom.xml index 069fcb5..d72ea4f 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <opennlp.tools.version>2.5.5-SNAPSHOT</opennlp.tools.version> - <opennlp.models.version>1.2.0</opennlp.models.version> + <opennlp.models.version>1.3.0</opennlp.models.version> <opennlp.forkCount>1.0C</opennlp.forkCount> <commons-beanutils.version>1.11.0</commons-beanutils.version>
