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 Ranga Reddy committed Sep 11, 2024
1 parent cd39519 commit 9ac5da9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.xtable</groupId>
<artifactId>xtable</artifactId>
<name>XTable Parent Project</name>
<name>XTable Project Parent POM</name>
<inceptionYear>2024</inceptionYear>
<version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xtable-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>xtable-api</artifactId>
<name>XTable Api Project</name>
<name>XTable Project API</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xtable-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>xtable-core</artifactId>
<name>XTable Core Project</name>
<name>XTable Project Core</name>

<dependencies>
<dependency>
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,7 +26,7 @@
</parent>

<artifactId>xtable-hudi-support</artifactId>
<name>XTable Hudi Support Parent Project</name>
<name>XTable Project Hudi Support Parent POM</name>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>xtable-hudi-support-extensions</artifactId>
<name>XTable Hudi Support Extensions Project</name>
<name>XTable Project Hudi Support Extensions</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xtable-hudi-support/xtable-hudi-support-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>xtable-hudi-support-utils</artifactId>
<name>XTable Hudi Support Utils Project</name>
<name>XTable Project Hudi Support Utils</name>

<dependencies>
<!-- Logging API -->
Expand Down
2 changes: 1 addition & 1 deletion xtable-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>xtable-utilities</artifactId>
<name>XTable Utilities Project</name>
<name>XTable Project Utilities</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit 9ac5da9

Please # to comment.