Skip to content

Commit 171f08d

Browse files
authored
Make spark-data-standardization releasable under new Maven central repository (#75)
* - Updated sbt version to `1.11.5` - Updated Developers * Update publish.sbt Removed ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" // or "oss.sonatype.org" if your profile is old
1 parent a2c3291 commit 171f08d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.2
1+
sbt.version=1.11.5

publish.sbt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ ThisBuild / developers := List(
4848
email = "adrian.olosutean@absa.africa",
4949
url = url("https://github.com/AdrianOlosutean")
5050
),
51+
Developer(
52+
id = "ABLL526",
53+
name = "Liam Leibrandt",
54+
email = "liam.leibrandt@absa.africa",
55+
url = url("https://github.com/ABLL526")
56+
),
57+
Developer(
58+
id = "MatloaItumeleng",
59+
name = "Itumeleng Matloa",
60+
email = "itumeleng.matloa@absa.africa",
61+
url = url("https://github.com/MatloaItumeleng")
62+
),
5163
Developer(
5264
id = "lsulak",
5365
name = "Ladislav Sulak",

0 commit comments

Comments
 (0)