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 ec26c1924 Update sbt-apache-sonatype and handle rename
ec26c1924 is described below
commit ec26c19241974a91705b96d8b1312c693a2f11a8
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 20 11:18:03 2023 +0200
Update sbt-apache-sonatype and handle rename
---
project/AddMetaInfLicenseFiles.scala | 6 +++---
project/Publish.scala | 4 ++--
project/plugins.sbt | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/AddMetaInfLicenseFiles.scala
b/project/AddMetaInfLicenseFiles.scala
index 55ce73b0f..e32deb8ae 100644
--- a/project/AddMetaInfLicenseFiles.scala
+++ b/project/AddMetaInfLicenseFiles.scala
@@ -11,8 +11,8 @@ package org.apache.pekko
import sbt.Keys._
import sbt._
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin.autoImport._
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin.autoImport._
/**
* Copies LICENSE and NOTICE files into jar META-INF dir
@@ -35,6 +35,6 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
override def trigger = allRequirements
- override def requires = SonatypeApachePlugin
+ override def requires = ApacheSonatypePlugin
}
diff --git a/project/Publish.scala b/project/Publish.scala
index 1c037d580..17e240dfb 100644
--- a/project/Publish.scala
+++ b/project/Publish.scala
@@ -16,7 +16,7 @@ package org.apache.pekko
import scala.language.postfixOps
import sbt.{ Def, _ }
import Keys._
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
import sbtdynver.DynVerPlugin
import sbtdynver.DynVerPlugin.autoImport.dynverSonatypeSnapshots
@@ -34,7 +34,7 @@ object NoPublish extends AutoPlugin {
}
object Publish extends AutoPlugin {
- override def requires = SonatypeApachePlugin
+ override def requires = ApacheSonatypePlugin
override def trigger = AllRequirements
override lazy val projectSettings = Seq(
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a829bc353..ad12318cb 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.4")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.8")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]