File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed
Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 2727 <artifactId >compatibility_spark-3_2.12</artifactId >
2828 <packaging >jar</packaging >
2929
30+ <scm >
31+ <connection >scm:git:git://github.com/AbsaOSS/hyperdrive.git</connection >
32+ <developerConnection >scm:git:ssh://github.com/AbsaOSS/hyperdrive.git</developerConnection >
33+ <url >https://github.com/AbsaOSS/hyperdrive/tree/master</url >
34+ <tag >HEAD</tag >
35+ </scm >
36+
37+ <licenses >
38+ <license >
39+ <name >Apache License, Version 2.0</name >
40+ <url >https://www.apache.org/licenses/LICENSE-2.0</url >
41+ <distribution >repo</distribution >
42+ </license >
43+ </licenses >
44+
45+ <organization >
46+ <name >ABSA Group Limited</name >
47+ <url >https://www.absa.africa</url >
48+ </organization >
49+
50+ <developers >
51+ <developer >
52+ <id >felipemmelo</id >
53+ <name >Felipe Melo</name >
54+ <timezone >Europe/Prague</timezone >
55+ <url >https://github.com/felipemmelo</url >
56+ </developer >
57+ <developer >
58+ <id >kevinwallimann</id >
59+ <name >Kevin Wallimann</name >
60+ <timezone >Europe/Prague</timezone >
61+ <url >https://github.com/kevinwallimann</url >
62+ </developer >
63+ <developer >
64+ <id >jozefbakus</id >
65+ <name >Jozef Bakus</name >
66+ <timezone >Europe/Prague</timezone >
67+ <url >https://github.com/jozefbakus</url >
68+ </developer >
69+ </developers >
70+
3071 <properties >
3172 <spark .version>${spark_3.version} </spark .version>
3273 </properties >
Original file line number Diff line number Diff line change 5656 <developerConnection >scm:git:ssh://github.com/AbsaOSS/hyperdrive.git</developerConnection >
5757 <url >https://github.com/AbsaOSS/hyperdrive/tree/master</url >
5858 <tag >HEAD</tag >
59- </scm >
59+ </scm >
6060
6161 <licenses >
6262 <license >
You can’t perform that action at this time.
0 commit comments