Skip to content

Commit

Permalink
source dist name
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 13, 2023
1 parent 163e6e9 commit 2339d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import sbt.Keys._

ThisBuild / apacheSonatypeProjectProfile := "pekko"
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "incubating-pekko-persistence-jdbc"
sourceDistName := "apache-pekko-persistence-jdbc"
sourceDistIncubating := true

lazy val `pekko-persistence-jdbc` = project
.in(file("."))
Expand Down

0 comments on commit 2339d0a

Please sign in to comment.