From aaba3752087567860c4ef9ff6764f0da8f80b249 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Fri, 28 Jul 2023 16:15:20 +0200 Subject: [PATCH] Fix source dist name --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61ded9d..ce4ac01 100644 --- a/build.sbt +++ b/build.sbt @@ -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/")