Skip to content

Commit

Permalink
[531] xtable poms are missing license details.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Reddy authored and vinishjail97 committed Sep 16, 2024
1 parent 493e187 commit 814da69
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 18 deletions.
25 changes: 19 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions xtable-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions xtable-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion xtable-hudi-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 3 additions & 2 deletions xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 3 additions & 2 deletions xtable-hudi-support/xtable-hudi-support-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion xtable-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 814da69

Please sign in to comment.