From ceac67050199fb3683115011aa793905e64a73aa Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 9 Jun 2021 15:20:42 +0200 Subject: [PATCH] set sonatype profile name for publishing (#30306) --- project/Publish.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/Publish.scala b/project/Publish.scala index 9d1740f0b9..ed564a2b58 100644 --- a/project/Publish.scala +++ b/project/Publish.scala @@ -9,6 +9,7 @@ import sbt.Keys._ import java.io.File import sbtwhitesource.WhiteSourcePlugin.autoImport.whitesourceIgnore import com.lightbend.sbt.publishrsync.PublishRsyncPlugin.autoImport.publishRsyncHost +import xerial.sbt.Sonatype.autoImport.sonatypeProfileName object Publish extends AutoPlugin { @@ -22,6 +23,7 @@ object Publish extends AutoPlugin { credentials ++= akkaCredentials, organizationName := "Lightbend Inc.", organizationHomepage := Some(url("https://www.lightbend.com")), + sonatypeProfileName := "com.typesafe", startYear := Some(2009), developers := List( Developer(