Skip to content

Commit

Permalink
#125: Move code into sub-package db (#128)
Browse files Browse the repository at this point in the history
* Fixed organization and Sonatype profile name setups
  • Loading branch information
benedeki committed Jul 3, 2024
1 parent 855b2ac commit b73e553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import Dependencies._
import com.github.sbt.jacoco.report.JacocoReportSettings

ThisBuild / organization := "za.co.absa.fa-db"

lazy val scala212 = "2.12.17"
lazy val scala213 = "2.13.12"

Expand Down
3 changes: 2 additions & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

ThisBuild / organizationHomepage := Some(url("https://www.absa.africa"))

sonatypeProfileName := "za.co.absa.db"
ThisBuild / organization := "za.co.absa.db"
sonatypeProfileName := "za.co.absa"

ThisBuild / scmInfo := Some(
ScmInfo(
Expand Down

0 comments on commit b73e553

Please sign in to comment.