Skip to content

Commit

Permalink
Fix source dist name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 28, 2023
1 parent 42b17f0 commit 252d39c
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 @@ -21,7 +21,8 @@ val testcontainersScalaVersion = "0.40.10"

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

ThisBuild / reproducibleBuildsCheckResolver :=
"Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/")
Expand Down

0 comments on commit 252d39c

Please sign in to comment.