diff --git a/build.sbt b/build.sbt index 1f4ead72..0d822257 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,6 @@ import sbt.Keys.scalaVersion // pekkoInlineEnabled should be set to true when we start building 1.1.x builds ThisBuild / pekkoInlineEnabled := false -ThisBuild / apacheSonatypeProjectProfile := "pekko" sourceDistName := "apache-pekko-grpc" sourceDistIncubating := true ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec) diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle index 628af1b5..d7b0cec7 100644 --- a/gradle-plugin/build.gradle +++ b/gradle-plugin/build.gradle @@ -44,7 +44,7 @@ gradlePlugin { publishing { publications.withType(MavenPublication) { pom { - name = "pekko-grpc-gradle-plugin" + name = "Apache Pekko Grpc Gradle Plugin" description = "Apache Pekko gRPC - Support for building streaming gRPC servers and clients on top of Pekko Streams." url = "https://pekko.apache.org/" licenses { diff --git a/project/plugins.sbt b/project/plugins.sbt index 36472cbd..97de791a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,8 +25,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") -addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.0") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")