Skip to content

Commit 7f401b6

Browse files
committed
Fix for deployment
1 parent beb0910 commit 7f401b6

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

compatibility_spark-3/pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,47 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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>

0 commit comments

Comments
 (0)