File tree Expand file tree Collapse file tree 7 files changed +34
-18
lines changed
xtable-hudi-support-extensions
xtable-hudi-support-utils Expand file tree Collapse file tree 7 files changed +34
-18
lines changed Original file line number Diff line number Diff line change 19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<modelVersion >4.0.0</modelVersion >
22
+ <parent >
23
+ <groupId >org.apache</groupId >
24
+ <artifactId >apache</artifactId >
25
+ <version >33</version >
26
+ </parent >
22
27
23
28
<groupId >org.apache.xtable</groupId >
24
29
<artifactId >xtable</artifactId >
25
- <name >xtable </name >
30
+ <name >XTable Project Parent POM </name >
26
31
<inceptionYear >2024</inceptionYear >
27
32
<version >0.2.0-SNAPSHOT</version >
28
33
<packaging >pom</packaging >
34
+ <url >https://xtable.apache.org/</url >
29
35
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 >
35
48
36
49
<modules >
37
50
<module >xtable-api</module >
Original file line number Diff line number Diff line change 19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<modelVersion >4.0.0</modelVersion >
22
- <artifactId >xtable-api</artifactId >
23
- <name >xtable-api</name >
24
-
25
22
<parent >
26
23
<groupId >org.apache.xtable</groupId >
27
24
<artifactId >xtable</artifactId >
28
25
<version >0.2.0-SNAPSHOT</version >
29
26
</parent >
30
27
28
+ <artifactId >xtable-api</artifactId >
29
+ <name >XTable Project API</name >
30
+
31
31
<dependencies >
32
32
<dependency >
33
33
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<modelVersion >4.0.0</modelVersion >
22
- <artifactId >xtable-core</artifactId >
23
- <name >xtable-core</name >
24
-
25
22
<parent >
26
23
<groupId >org.apache.xtable</groupId >
27
24
<artifactId >xtable</artifactId >
28
25
<version >0.2.0-SNAPSHOT</version >
29
26
</parent >
30
27
28
+ <artifactId >xtable-core</artifactId >
29
+ <name >XTable Project Core</name >
30
+
31
31
<dependencies >
32
32
<dependency >
33
33
<groupId >org.apache.xtable</groupId >
Original file line number Diff line number Diff line change 26
26
</parent >
27
27
28
28
<artifactId >xtable-hudi-support</artifactId >
29
+ <name >XTable Project Hudi Support Parent POM</name >
29
30
<packaging >pom</packaging >
30
31
31
-
32
32
<modules >
33
33
<module >xtable-hudi-support-utils</module >
34
34
<module >xtable-hudi-support-extensions</module >
Original file line number Diff line number Diff line change 19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<modelVersion >4.0.0</modelVersion >
22
- <artifactId >xtable-hudi-support-extensions</artifactId >
23
-
24
22
<parent >
25
23
<groupId >org.apache.xtable</groupId >
26
24
<artifactId >xtable-hudi-support</artifactId >
27
25
<version >0.2.0-SNAPSHOT</version >
28
26
</parent >
29
27
28
+ <artifactId >xtable-hudi-support-extensions</artifactId >
29
+ <name >XTable Project Hudi Support Extensions</name >
30
+
30
31
<dependencies >
31
32
<dependency >
32
33
<groupId >org.apache.xtable</groupId >
Original file line number Diff line number Diff line change 19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<modelVersion >4.0.0</modelVersion >
22
- <artifactId >xtable-hudi-support-utils</artifactId >
23
-
24
22
<parent >
25
23
<groupId >org.apache.xtable</groupId >
26
24
<artifactId >xtable-hudi-support</artifactId >
27
25
<version >0.2.0-SNAPSHOT</version >
28
26
</parent >
29
27
28
+ <artifactId >xtable-hudi-support-utils</artifactId >
29
+ <name >XTable Project Hudi Support Utils</name >
30
+
30
31
<dependencies >
31
32
<!-- Logging API -->
32
33
<dependency >
Original file line number Diff line number Diff line change 18
18
<project xmlns =" http://maven.apache.org/POM/4.0.0"
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
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 >
21
22
<parent >
22
23
<groupId >org.apache.xtable</groupId >
23
24
<artifactId >xtable</artifactId >
24
25
<version >0.2.0-SNAPSHOT</version >
25
26
</parent >
26
- <modelVersion >4.0.0</modelVersion >
27
27
28
28
<artifactId >xtable-utilities</artifactId >
29
+ <name >XTable Project Utilities</name >
29
30
30
31
<dependencies >
31
32
<dependency >
You can’t perform that action at this time.
0 commit comments