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 32cf9df2 OPENNLP-1804: Fix artifact name in doc section on 
model-loading (#966)
32cf9df2 is described below

commit 32cf9df26f94cfa3c95d493ff3660a3fabf4b96d
Author: Martin Wiesner <[email protected]>
AuthorDate: Sun Mar 1 20:30:48 2026 +0100

    OPENNLP-1804: Fix artifact name in doc section on model-loading (#966)
    
    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