You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/28 20:20:58 UTC

[incubator-pekko-http] branch main updated: Update sbt-apache-sonatype

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 80aad48c2 Update sbt-apache-sonatype
80aad48c2 is described below

commit 80aad48c24e0c56f23a52654c1593301530e341d
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Tue Feb 28 18:23:08 2023 +0100

    Update sbt-apache-sonatype
---
 build.sbt           | 1 -
 project/plugins.sbt | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 61376eef3..847f9df14 100644
--- a/build.sbt
+++ b/build.sbt
@@ -13,7 +13,6 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
 
 sourceDistName := "incubator-pekko-http"
 inThisBuild(Def.settings(
-  organization := "org.apache.pekko",
   apiURL := {
     val apiVersion = if (isSnapshot.value) "current" else version.value
     Some(url(s"https://pekko.apache.org/api/pekko-http/$apiVersion/"))
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2bc8127f8..4e24da249 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -33,7 +33,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0")
 addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.4")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.5")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org