This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new ee9cc12 Update sbt-apache-sonatype and handle rename (#41)
ee9cc12 is described below
commit ee9cc120ee24e8aeffcbe82b08124a97dc80cfc5
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 21 13:34:05 2023 +0200
Update sbt-apache-sonatype and handle rename (#41)
---
project/AddMetaInfLicenseFiles.scala | 6 +++---
project/Common.scala | 4 ++--
project/plugins.sbt | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/AddMetaInfLicenseFiles.scala
b/project/AddMetaInfLicenseFiles.scala
index a999efd..4f13c45 100644
--- a/project/AddMetaInfLicenseFiles.scala
+++ b/project/AddMetaInfLicenseFiles.scala
@@ -11,13 +11,13 @@ import sbt.AutoPlugin
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._
object AddMetaInfLicenseFiles extends AutoPlugin {
override def trigger = allRequirements
- override def requires = SonatypeApachePlugin
+ override def requires = ApacheSonatypePlugin
override lazy val projectSettings = Seq(
apacheSonatypeDisclaimerFile := Some((LocalRootProject /
baseDirectory).value / "DISCLAIMER"))
diff --git a/project/Common.scala b/project/Common.scala
index a18af0f..08145a4 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -1,7 +1,7 @@
import org.apache.pekko.projections.Dependencies
import sbtdynver.DynVerPlugin.autoImport._
import com.lightbend.paradox.projectinfo.ParadoxProjectInfoPluginKeys._
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
import sbt.Keys._
import sbt._
import sbt.plugins.JvmPlugin
@@ -12,7 +12,7 @@ object Common extends AutoPlugin {
override def trigger = allRequirements
- override def requires = JvmPlugin && SonatypeApachePlugin && DynVerPlugin
+ override def requires = JvmPlugin && ApacheSonatypePlugin && DynVerPlugin
override def globalSettings =
Seq(
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c432ff3..0cdf673 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" %
"0.7.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
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.7")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
// Documentation
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]