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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b0e912f53 HDDS-12661. Standardize Maven module names (#8129)
1b0e912f53 is described below

commit 1b0e912f53d139fc098bf057f7872774bdc7ca50
Author: Rishabh Patel <[email protected]>
AuthorDate: Sat Mar 22 11:51:45 2025 -0700

    HDDS-12661. Standardize Maven module names (#8129)
---
 hadoop-hdds/docs/pom.xml                      | 4 ++--
 hadoop-hdds/rocksdb-checkpoint-differ/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml
index 63b0ddf697..8bb357e197 100644
--- a/hadoop-hdds/docs/pom.xml
+++ b/hadoop-hdds/docs/pom.xml
@@ -22,8 +22,8 @@
   <artifactId>hdds-docs</artifactId>
   <version>2.1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>Apache Ozone/HDDS Documentation</name>
-  <description>Apache Ozone/HDDS Documentation</description>
+  <name>Apache Ozone Documentation</name>
+  <description>Apache Ozone Documentation</description>
 
   <properties>
     <!-- no testable code in this module -->
diff --git a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml 
b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
index e3911b5fab..547cba319f 100644
--- a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
+++ b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
@@ -23,8 +23,8 @@
   <artifactId>rocksdb-checkpoint-differ</artifactId>
   <version>2.1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>RocksDB Checkpoint Differ</name>
-  <description>RocksDB Checkpoint Differ</description>
+  <name>Apache Ozone Checkpoint Differ for RocksDB</name>
+  <description>Apache Ozone Checkpoint Differ for RocksDB</description>
 
   <dependencies>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to