Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[531] xtable poms are missing license details. #533

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
vinishjail97 marked this conversation as resolved.
Show resolved Hide resolved
<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