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 7b6e06a4 OPENNLP-1755 - Align Module Names with OpenNLP Models Name
7b6e06a4 is described below

commit 7b6e06a4169aa1eff5a3a96a42bf9a1b12c5d856
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Fri Jun 27 08:12:42 2025 +0200

    OPENNLP-1755 - Align Module Names with OpenNLP Models Name
---
 opennlp-api/pom.xml                                   | 2 +-
 opennlp-core/opennlp-cli/pom.xml                      | 2 +-
 opennlp-core/opennlp-formats/pom.xml                  | 2 +-
 opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml        | 2 +-
 opennlp-core/opennlp-ml/opennlp-dl/pom.xml            | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml      | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml    | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml     | 2 +-
 opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml | 2 +-
 opennlp-core/opennlp-ml/pom.xml                       | 2 +-
 opennlp-core/opennlp-models/pom.xml                   | 2 +-
 opennlp-core/opennlp-runtime/pom.xml                  | 2 +-
 opennlp-core/pom.xml                                  | 2 +-
 opennlp-distr/pom.xml                                 | 2 +-
 opennlp-docs/pom.xml                                  | 2 +-
 opennlp-extensions/opennlp-morfologik/pom.xml         | 2 +-
 opennlp-extensions/opennlp-uima/pom.xml               | 2 +-
 opennlp-extensions/pom.xml                            | 2 +-
 opennlp-tools/pom.xml                                 | 2 +-
 pom.xml                                               | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/opennlp-api/pom.xml b/opennlp-api/pom.xml
index b89ee4cb..d9340b1d 100644
--- a/opennlp-api/pom.xml
+++ b/opennlp-api/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-api</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP API</name>
+  <name>Apache OpenNLP :: API</name>
 
   <dependencies>
     <!-- External dependencies -->
diff --git a/opennlp-core/opennlp-cli/pom.xml b/opennlp-core/opennlp-cli/pom.xml
index b19b450b..addb1a90 100644
--- a/opennlp-core/opennlp-cli/pom.xml
+++ b/opennlp-core/opennlp-cli/pom.xml
@@ -11,7 +11,7 @@
 
   <artifactId>opennlp-cli</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Core CLI</name>
+  <name>Apache OpenNLP :: Core :: CLI</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-formats/pom.xml 
b/opennlp-core/opennlp-formats/pom.xml
index 349c7282..87957c16 100644
--- a/opennlp-core/opennlp-formats/pom.xml
+++ b/opennlp-core/opennlp-formats/pom.xml
@@ -11,7 +11,7 @@
 
   <artifactId>opennlp-formats</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Core Formats</name>
+  <name>Apache OpenNLP :: Core :: Formats</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml
index 15f1b31a..8869bbb9 100644
--- a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-dl-gpu</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Deep Learning (GPU)</name>
+  <name>Apache OpenNLP :: Core :: ML :: Deep Learning (GPU)</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml
index dfe207a0..9007df77 100644
--- a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-dl</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Deep Learning</name>
+  <name>Apache OpenNLP :: Core :: ML :: Deep Learning</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml
index b08924ed..024e9346 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>opennlp-ml-bayes</artifactId>
     <packaging>jar</packaging>
-    <name>Apache OpenNLP Naive Bayes</name>
+    <name>Apache OpenNLP :: Core :: ML :: Naive Bayes</name>
 
     <dependencies>
         <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml
index dd924a7e..be528e64 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>opennlp-ml-commons</artifactId>
     <packaging>jar</packaging>
-    <name>Apache OpenNLP ML Commons</name>
+    <name>Apache OpenNLP :: Core :: ML :: Commons</name>
 
     <dependencies>
         <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml
index c0a58d17..add1bf5f 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>opennlp-ml-maxent</artifactId>
     <packaging>jar</packaging>
-    <name>Apache OpenNLP Maximum Entropy</name>
+    <name>Apache OpenNLP :: Core :: ML :: Maximum Entropy</name>
 
     <dependencies>
         <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml 
b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml
index a5da09f5..ada9b940 100644
--- a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml
+++ b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>opennlp-ml-perceptron</artifactId>
     <packaging>jar</packaging>
-    <name>Apache OpenNLP Perceptron</name>
+    <name>Apache OpenNLP :: Core :: ML :: Perceptron</name>
 
     <dependencies>
         <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-ml/pom.xml b/opennlp-core/opennlp-ml/pom.xml
index 5d533f71..4080cace 100644
--- a/opennlp-core/opennlp-ml/pom.xml
+++ b/opennlp-core/opennlp-ml/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-ml</artifactId>
   <packaging>pom</packaging>
-  <name>Apache OpenNLP Machine Learning</name>
+  <name>Apache OpenNLP :: Core :: ML</name>
 
   <modules>
     <module>opennlp-ml-commons</module>
diff --git a/opennlp-core/opennlp-models/pom.xml 
b/opennlp-core/opennlp-models/pom.xml
index 6167ba12..2b737a36 100644
--- a/opennlp-core/opennlp-models/pom.xml
+++ b/opennlp-core/opennlp-models/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-models</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Core Models</name>
+  <name>Apache OpenNLP :: Core :: Models</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/opennlp-core/opennlp-runtime/pom.xml 
b/opennlp-core/opennlp-runtime/pom.xml
index 6a2c0d7e..29dce900 100644
--- a/opennlp-core/opennlp-runtime/pom.xml
+++ b/opennlp-core/opennlp-runtime/pom.xml
@@ -11,7 +11,7 @@
 
   <artifactId>opennlp-runtime</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Core Runtime</name>
+  <name>Apache OpenNLP :: Core :: Runtime</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/opennlp-core/pom.xml b/opennlp-core/pom.xml
index 6ba46f13..fac442f0 100644
--- a/opennlp-core/pom.xml
+++ b/opennlp-core/pom.xml
@@ -11,7 +11,7 @@
 
   <artifactId>opennlp-core</artifactId>
   <packaging>pom</packaging>
-  <name>Apache OpenNLP Core</name>
+  <name>Apache OpenNLP :: Core</name>
 
   <modules>
     <module>opennlp-ml</module>
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 18e7c9bb..b682a98e 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>opennlp-distr</artifactId>
   <packaging>pom</packaging>
-  <name>Apache OpenNLP Distribution</name>
+  <name>Apache OpenNLP :: Distribution</name>
 
   <properties>
     <opennlp.version>${project.version}</opennlp.version>
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 298114aa..9d6c656e 100644
--- a/opennlp-docs/pom.xml
+++ b/opennlp-docs/pom.xml
@@ -30,7 +30,7 @@
   
   <artifactId>opennlp-docs</artifactId>
   <packaging>pom</packaging>
-  <name>Apache OpenNLP Documentation</name>
+  <name>Apache OpenNLP :: Documentation</name>
   
   <build>
     <plugins>
diff --git a/opennlp-extensions/opennlp-morfologik/pom.xml 
b/opennlp-extensions/opennlp-morfologik/pom.xml
index b69d86ba..ef89d73b 100644
--- a/opennlp-extensions/opennlp-morfologik/pom.xml
+++ b/opennlp-extensions/opennlp-morfologik/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-morfologik</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Morfologik Addon</name>
+  <name>Apache OpenNLP :: Morfologik Addon</name>
 
   <dependencies>
     <dependency>
diff --git a/opennlp-extensions/opennlp-uima/pom.xml 
b/opennlp-extensions/opennlp-uima/pom.xml
index 2d9b8865..4c7379a9 100644
--- a/opennlp-extensions/opennlp-uima/pom.xml
+++ b/opennlp-extensions/opennlp-uima/pom.xml
@@ -31,7 +31,7 @@
 
        <artifactId>opennlp-uima</artifactId>
        <packaging>jar</packaging>
-       <name>Apache OpenNLP UIMA Annotators</name>
+       <name>Apache OpenNLP :: UIMA Annotators</name>
 
        <repositories>
                <repository>
diff --git a/opennlp-extensions/pom.xml b/opennlp-extensions/pom.xml
index b11d0334..5a142b76 100644
--- a/opennlp-extensions/pom.xml
+++ b/opennlp-extensions/pom.xml
@@ -32,7 +32,7 @@
 
   <artifactId>opennlp-extensions</artifactId>
   <packaging>pom</packaging>
-  <name>Apache OpenNLP Extensions</name>
+  <name>Apache OpenNLP :: Extensions</name>
 
   <properties>
     <uimaj.version>3.6.0</uimaj.version>
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index e418dfa0..76a44d22 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>opennlp-tools</artifactId>
   <packaging>jar</packaging>
-  <name>Apache OpenNLP Tools</name>
+  <name>Apache OpenNLP :: Tools</name>
 
   <dependencies>
     <!-- Internal dependencies -->
diff --git a/pom.xml b/pom.xml
index bcf6229b..6073165c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
        <version>3.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
-       <name>Apache OpenNLP Reactor</name>
+       <name>Apache OpenNLP</name>
 
        <scm>
                
<connection>scm:git:https://github.com/apache/opennlp.git</connection>

Reply via email to