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

mawiesne pushed a commit to branch OPENNLP-1804
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 38c0f32beb995e1e1a164e1f11da8527d4d89eb6
Author: Martin Wiesner <[email protected]>
AuthorDate: Sun Mar 1 20:10:33 2026 +0100

    OPENNLP-1804
    Fix artifact name in doc section on model-loading
---
 opennlp-docs/src/docbkx/model-loading.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-docs/src/docbkx/model-loading.xml 
b/opennlp-docs/src/docbkx/model-loading.xml
index a0f0d902..452c4e0d 100644
--- a/opennlp-docs/src/docbkx/model-loading.xml
+++ b/opennlp-docs/src/docbkx/model-loading.xml
@@ -55,7 +55,7 @@ under the License.
         <programlisting language="xml">
 <![CDATA[<dependency>
   <groupId>org.apache.opennlp</groupId>
-  <artifactId>opennlp-tools-models</artifactId>
+  <artifactId>opennlp-models</artifactId>
   <version>CURRENT_OPENNLP_VERSION</version>
 </dependency>]]>
         </programlisting>

Reply via email to