Skip to content

Commit 814da69

Browse files
Ranga Reddyvinishjail97
authored andcommitted
[531] xtable poms are missing license details.
1 parent 493e187 commit 814da69

File tree

7 files changed

+34
-18
lines changed

7 files changed

+34
-18
lines changed

pom.xml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,32 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22+
<parent>
23+
<groupId>org.apache</groupId>
24+
<artifactId>apache</artifactId>
25+
<version>33</version>
26+
</parent>
2227

2328
<groupId>org.apache.xtable</groupId>
2429
<artifactId>xtable</artifactId>
25-
<name>xtable</name>
30+
<name>XTable Project Parent POM</name>
2631
<inceptionYear>2024</inceptionYear>
2732
<version>0.2.0-SNAPSHOT</version>
2833
<packaging>pom</packaging>
34+
<url>https://xtable.apache.org/</url>
2935

30-
<parent>
31-
<groupId>org.apache</groupId>
32-
<artifactId>apache</artifactId>
33-
<version>33</version>
34-
</parent>
36+
<licenses>
37+
<license>
38+
<name>Apache License, Version 2.0</name>
39+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
40+
<distribution>repo</distribution>
41+
</license>
42+
</licenses>
43+
44+
<organization>
45+
<name>The Apache Software Foundation</name>
46+
<url>https://www.apache.org</url>
47+
</organization>
3548

3649
<modules>
3750
<module>xtable-api</module>

xtable-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>xtable-api</artifactId>
23-
<name>xtable-api</name>
24-
2522
<parent>
2623
<groupId>org.apache.xtable</groupId>
2724
<artifactId>xtable</artifactId>
2825
<version>0.2.0-SNAPSHOT</version>
2926
</parent>
3027

28+
<artifactId>xtable-api</artifactId>
29+
<name>XTable Project API</name>
30+
3131
<dependencies>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>

xtable-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>xtable-core</artifactId>
23-
<name>xtable-core</name>
24-
2522
<parent>
2623
<groupId>org.apache.xtable</groupId>
2724
<artifactId>xtable</artifactId>
2825
<version>0.2.0-SNAPSHOT</version>
2926
</parent>
3027

28+
<artifactId>xtable-core</artifactId>
29+
<name>XTable Project Core</name>
30+
3131
<dependencies>
3232
<dependency>
3333
<groupId>org.apache.xtable</groupId>

xtable-hudi-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
</parent>
2727

2828
<artifactId>xtable-hudi-support</artifactId>
29+
<name>XTable Project Hudi Support Parent POM</name>
2930
<packaging>pom</packaging>
3031

31-
3232
<modules>
3333
<module>xtable-hudi-support-utils</module>
3434
<module>xtable-hudi-support-extensions</module>

xtable-hudi-support/xtable-hudi-support-extensions/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>xtable-hudi-support-extensions</artifactId>
23-
2422
<parent>
2523
<groupId>org.apache.xtable</groupId>
2624
<artifactId>xtable-hudi-support</artifactId>
2725
<version>0.2.0-SNAPSHOT</version>
2826
</parent>
2927

28+
<artifactId>xtable-hudi-support-extensions</artifactId>
29+
<name>XTable Project Hudi Support Extensions</name>
30+
3031
<dependencies>
3132
<dependency>
3233
<groupId>org.apache.xtable</groupId>

xtable-hudi-support/xtable-hudi-support-utils/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>xtable-hudi-support-utils</artifactId>
23-
2422
<parent>
2523
<groupId>org.apache.xtable</groupId>
2624
<artifactId>xtable-hudi-support</artifactId>
2725
<version>0.2.0-SNAPSHOT</version>
2826
</parent>
2927

28+
<artifactId>xtable-hudi-support-utils</artifactId>
29+
<name>XTable Project Hudi Support Utils</name>
30+
3031
<dependencies>
3132
<!-- Logging API -->
3233
<dependency>

xtable-utilities/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
<project xmlns="http://maven.apache.org/POM/4.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<modelVersion>4.0.0</modelVersion>
2122
<parent>
2223
<groupId>org.apache.xtable</groupId>
2324
<artifactId>xtable</artifactId>
2425
<version>0.2.0-SNAPSHOT</version>
2526
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>xtable-utilities</artifactId>
29+
<name>XTable Project Utilities</name>
2930

3031
<dependencies>
3132
<dependency>

0 commit comments

Comments
 (0)