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

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


The following commit(s) were added to refs/heads/main by this push:
     new 814da694 [531] xtable poms are missing license details.
814da694 is described below

commit 814da6946936ac08096d0510f9b1563277eb5309
Author: Ranga Reddy <[email protected]>
AuthorDate: Fri Sep 13 17:13:18 2024 +0530

    [531] xtable poms are missing license details.
---
 pom.xml                                            | 25 ++++++++++++++++------
 xtable-api/pom.xml                                 |  6 +++---
 xtable-core/pom.xml                                |  6 +++---
 xtable-hudi-support/pom.xml                        |  2 +-
 .../xtable-hudi-support-extensions/pom.xml         |  5 +++--
 .../xtable-hudi-support-utils/pom.xml              |  5 +++--
 xtable-utilities/pom.xml                           |  3 ++-
 7 files changed, 34 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce7749e1..a980f7d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,19 +19,32 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          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>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>33</version>
+    </parent>
 
     <groupId>org.apache.xtable</groupId>
     <artifactId>xtable</artifactId>
-    <name>xtable</name>
+    <name>XTable Project Parent POM</name>
     <inceptionYear>2024</inceptionYear>
     <version>0.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <url>https://xtable.apache.org/</url>
 
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>33</version>
-    </parent>
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>https://www.apache.org</url>
+    </organization>
 
     <modules>
         <module>xtable-api</module>
diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml
index fd31cbd8..02e356d5 100644
--- a/xtable-api/pom.xml
+++ b/xtable-api/pom.xml
@@ -19,15 +19,15 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          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>
-
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
         <version>0.2.0-SNAPSHOT</version>
     </parent>
 
+    <artifactId>xtable-api</artifactId>
+    <name>XTable Project API</name>
+
     <dependencies>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml
index 675915e4..9e52dbd6 100644
--- a/xtable-core/pom.xml
+++ b/xtable-core/pom.xml
@@ -19,15 +19,15 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          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>
-
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
         <version>0.2.0-SNAPSHOT</version>
     </parent>
 
+    <artifactId>xtable-core</artifactId>
+    <name>XTable Project Core</name>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.xtable</groupId>
diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml
index 84f66e81..6029a977 100644
--- a/xtable-hudi-support/pom.xml
+++ b/xtable-hudi-support/pom.xml
@@ -26,9 +26,9 @@
     </parent>
 
     <artifactId>xtable-hudi-support</artifactId>
+    <name>XTable Project Hudi Support Parent POM</name>
     <packaging>pom</packaging>
 
-
     <modules>
         <module>xtable-hudi-support-utils</module>
         <module>xtable-hudi-support-extensions</module>
diff --git a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
index a5965898..1795111c 100644
--- a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
@@ -19,14 +19,15 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          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>
-
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable-hudi-support</artifactId>
         <version>0.2.0-SNAPSHOT</version>
     </parent>
 
+    <artifactId>xtable-hudi-support-extensions</artifactId>
+    <name>XTable Project Hudi Support Extensions</name>
+
     <dependencies>
         <dependency>
             <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 2f9396bc..f2448722 100644
--- a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
@@ -19,14 +19,15 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          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>
-
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable-hudi-support</artifactId>
         <version>0.2.0-SNAPSHOT</version>
     </parent>
 
+    <artifactId>xtable-hudi-support-utils</artifactId>
+    <name>XTable Project Hudi Support Utils</name>
+
     <dependencies>
         <!-- Logging API -->
         <dependency>
diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml
index e11ba253..d9f64f65 100644
--- a/xtable-utilities/pom.xml
+++ b/xtable-utilities/pom.xml
@@ -18,14 +18,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          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>
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
         <version>0.2.0-SNAPSHOT</version>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>xtable-utilities</artifactId>
+    <name>XTable Project Utilities</name>
 
     <dependencies>
         <dependency>

Reply via email to