This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new f10d9a7a OPENNLP-1649: Set OpenNLP Models Maven artifacts 1.2.0 in
opennlp-tools-models (#699)
f10d9a7a is described below
commit f10d9a7a303f54521b16884b383e640c6ac662ec
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Nov 29 07:36:52 2024 +0100
OPENNLP-1649: Set OpenNLP Models Maven artifacts 1.2.0 in
opennlp-tools-models (#699)
- 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>