Skip to content

Commit b73e553

Browse files
committed
#125: Move code into sub-package db (#128)
* Fixed organization and Sonatype profile name setups
1 parent 855b2ac commit b73e553

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
import Dependencies._
1818
import com.github.sbt.jacoco.report.JacocoReportSettings
1919

20-
ThisBuild / organization := "za.co.absa.fa-db"
21-
2220
lazy val scala212 = "2.12.17"
2321
lazy val scala213 = "2.13.12"
2422

publish.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

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

19-
sonatypeProfileName := "za.co.absa.db"
19+
ThisBuild / organization := "za.co.absa.db"
20+
sonatypeProfileName := "za.co.absa"
2021

2122
ThisBuild / scmInfo := Some(
2223
ScmInfo(

0 commit comments

Comments
 (0)