Skip to content

Commit 0bca895

Browse files
ABLL526benedeki
andauthored
Make fa-db releasable under new Maven central repository (#140)
* Make fa-db releasable under new Maven central repository Closes #139 Release Notes: -Updated `sbt.version` to `1.11.5` for release. -Updated Developers -Updated `sbt-ci-release` to `1.11.2` * Make fa-db releasable under new Maven central repository Closes #139 Release Notes: -Removed: `sonatypeProfileName := "za.co.absa"` * Make fa-db releasable under new Maven central repository Closes #139 Release Notes: -Updated: `scala213 = "2.13.13"` * Update publish.sbt Co-authored-by: David Benedeki <[email protected]> * Update build.sbt --------- Co-authored-by: David Benedeki <[email protected]>
1 parent 347288e commit 0bca895

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
sbt.version=1.9.9
17+
sbt.version=1.11.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717

18-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
18+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
1919

2020
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
2121

publish.sbt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
ThisBuild / organizationHomepage := Some(url("https://www.absa.africa"))
1818

1919
ThisBuild / organization := "za.co.absa.db.fa-db"
20-
sonatypeProfileName := "za.co.absa"
2120

2221
ThisBuild / scmInfo := Some(
2322
ScmInfo(
@@ -52,6 +51,18 @@ ThisBuild / developers := List(
5251
email = "[email protected]",
5352
url = url("https://github.com/miroslavpojer")
5453
),
54+
Developer(
55+
id = "ABLL526",
56+
name = "Liam Leibrandt",
57+
email = "[email protected]",
58+
url = url("https://github.com/ABLL526")
59+
),
60+
Developer(
61+
id = "jakipatryk",
62+
name = "Bartlomiej Baj",
63+
email = "[email protected]",
64+
url = url("https://github.com/jakipatryk")
65+
),
5566
Developer(
5667
id = "Zejnilovic",
5768
name = "Saša Zejnilović",

0 commit comments

Comments
 (0)