This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1649-Add-OpenNLP-Models-1.2-and-Switch-to-latest-Release in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 6f179fc2fc17d417e50fc1136c3b6e9d88712ece Author: Martin Wiesner <[email protected]> AuthorDate: Thu Nov 28 16:52:14 2024 +0100 OPENNLP-1649 Add OpenNLP Models 1.2 as Maven artifacts - switches opennlp reactor / tools to use opennlp-models artifacts in version 1.2.0 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f5a241ad..c6964abc 100644 --- a/pom.xml +++ b/pom.xml @@ -178,8 +178,7 @@ <jmh.version>1.37</jmh.version> <classgraph.version>4.8.179</classgraph.version> - <!-- TODO Change to 1.2.0, once OPENNLP-1649 is resolved and artifacts are in Maven Central--> - <opennlp.models.version>1.1.0</opennlp.models.version> + <opennlp.models.version>1.2.0</opennlp.models.version> <opennlp.forkCount>1.0C</opennlp.forkCount> <coveralls.maven.plugin>4.3.0</coveralls.maven.plugin> <jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
