This is an automated email from the ASF dual-hosted git repository.
rzo1 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 96909916 OPENNLP-1579 - OpenNLP Models 1.0.0
96909916 is described below
commit 969099165211807ce27349d1d7c017cbb80f3568
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jun 27 13:34:22 2024 +0200
OPENNLP-1579 - OpenNLP Models 1.0.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c3b7e8cd..538d7d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<log4j2.version>2.23.1</log4j2.version>
<jmh.version>1.37</jmh.version>
<classgraph.version>4.8.173</classgraph.version>
- <opennlp.models.version>1.0.0-SNAPSHOT</opennlp.models.version>
+ <opennlp.models.version>1.0.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>