Skip to content

Commit

Permalink
#47: Switch release plugin (#50)
Browse files Browse the repository at this point in the history
* sonatypeProfileName moved from publish.sbt to build.sbt
  • Loading branch information
benedeki authored Jun 30, 2023
1 parent dc1a049 commit 4e531a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ lazy val faDBExamples = (project in file("examples"))
jacocoReportSettings := commonJacocoReportSettings.withTitle(s"fa-db:examples Jacoco Report - scala:${scalaVersion.value}"),
jacocoExcludes := commonJacocoExcludes
)

sonatypeProfileName := "za.co.absa"
2 changes: 0 additions & 2 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ ThisBuild / description := "DB data access via DB functions"
ThisBuild / organizationName := "ABSA Group Limited"
ThisBuild / startYear := Some(2022)
ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")

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

0 comments on commit 4e531a0

Please sign in to comment.