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

vinish pushed a commit to branch 509-License
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git

commit 60a2230a251f480d9397ad0282b7122ba5d62ed3
Author: Vinish Reddy <[email protected]>
AuthorDate: Tue Aug 13 17:49:18 2024 +0530

    Modify module names in pom.xml to reflect the apache compliant versions in 
NOTICE file
---
 pom.xml                                                    | 2 +-
 xtable-api/pom.xml                                         | 2 +-
 xtable-core/pom.xml                                        | 2 +-
 xtable-hudi-support/pom.xml                                | 1 +
 xtable-hudi-support/xtable-hudi-support-extensions/pom.xml | 1 +
 xtable-hudi-support/xtable-hudi-support-utils/pom.xml      | 1 +
 xtable-utilities/pom.xml                                   | 1 +
 7 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0ec28a0..9963fada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.apache.xtable</groupId>
     <artifactId>xtable</artifactId>
-    <name>xtable</name>
+    <name>Apache XTable (incubating) Parent</name>
 
     <parent>
         <groupId>org.apache</groupId>
diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml
index 71306aee..23a7a6a3 100644
--- a/xtable-api/pom.xml
+++ b/xtable-api/pom.xml
@@ -20,7 +20,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>xtable-api</artifactId>
-    <name>xtable-api</name>
+    <name>Apache XTable (incubating) Api</name>
 
     <parent>
         <groupId>org.apache.xtable</groupId>
diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml
index f505d265..c533ed24 100644
--- a/xtable-core/pom.xml
+++ b/xtable-core/pom.xml
@@ -20,7 +20,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>xtable-core</artifactId>
-    <name>xtable-core</name>
+    <name>Apache XTable (incubating) Core</name>
 
     <parent>
         <groupId>org.apache.xtable</groupId>
diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml
index 9dd29d3c..179d28cc 100644
--- a/xtable-hudi-support/pom.xml
+++ b/xtable-hudi-support/pom.xml
@@ -26,6 +26,7 @@
     </parent>
 
     <artifactId>xtable-hudi-support</artifactId>
+    <name>Apache XTable (incubating) Hudi Support</name>
     <packaging>pom</packaging>
 
 
diff --git a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
index f149cb62..805b8811 100644
--- a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
@@ -20,6 +20,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>xtable-hudi-support-extensions</artifactId>
+    <name>Apache XTable (incubating) Hudi Support Extensions</name>
 
     <parent>
         <groupId>org.apache.xtable</groupId>
diff --git a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
index 5a44bde8..44362e21 100644
--- a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
@@ -20,6 +20,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>xtable-hudi-support-utils</artifactId>
+    <name>Apache XTable (incubating) Hudi Support Utils</name>
 
     <parent>
         <groupId>org.apache.xtable</groupId>
diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml
index 9492aea3..fc5bcecf 100644
--- a/xtable-utilities/pom.xml
+++ b/xtable-utilities/pom.xml
@@ -26,6 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>xtable-utilities</artifactId>
+    <name>Apache XTable (incubating) Utilities</name>
 
     <dependencies>
         <dependency>

Reply via email to