diff --git a/build.sbt b/build.sbt index a4b56409db..88a414377c 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,8 @@ scalaVersion := Dependencies.allScalaVersions.head ThisBuild / apacheSonatypeProjectProfile := "pekko" ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec) -sourceDistName := "incubating-pekko" +sourceDistName := "apache-pekko" +sourceDistIncubating := true enablePlugins( UnidocRoot, diff --git a/project/plugins.sbt b/project/plugins.sbt index 1393f2b7ea..ea1521a2cc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -27,7 +27,7 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") -addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.6") +addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.7") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.2.2") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")