Skip to content

Commit 4e531a0

Browse files
authored
#47: Switch release plugin (#50)
* sonatypeProfileName moved from publish.sbt to build.sbt
1 parent dc1a049 commit 4e531a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ lazy val faDBExamples = (project in file("examples"))
101101
jacocoReportSettings := commonJacocoReportSettings.withTitle(s"fa-db:examples Jacoco Report - scala:${scalaVersion.value}"),
102102
jacocoExcludes := commonJacocoExcludes
103103
)
104+
105+
sonatypeProfileName := "za.co.absa"

publish.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,3 @@ ThisBuild / description := "DB data access via DB functions"
3939
ThisBuild / organizationName := "ABSA Group Limited"
4040
ThisBuild / startYear := Some(2022)
4141
ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")
42-
43-
ThisBuild / sonatypeProfileName := "za.co.absa"

0 commit comments

Comments
 (0)