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-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new a8f53f4 Update sbt-apache-sonatype and handle rename
a8f53f4 is described below
commit a8f53f4c370806b99ff7d9dd98b3c4d2444ead50
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 20 11:29:41 2023 +0200
Update sbt-apache-sonatype and handle rename
---
project/CommonSettings.scala | 4 ++--
project/MetaInfLicenseNoticeCopy.scala | 6 +++---
project/plugins.sbt | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/CommonSettings.scala b/project/CommonSettings.scala
index f84885f..7dc4680 100644
--- a/project/CommonSettings.scala
+++ b/project/CommonSettings.scala
@@ -8,7 +8,7 @@
*/
import
com.lightbend.paradox.projectinfo.ParadoxProjectInfoPlugin.autoImport.projectInfoVersion
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
import sbt.Keys._
import sbt.{ AutoPlugin, Compile, CrossVersion, Global, Test, TestFrameworks,
Tests }
import sbt.plugins.JvmPlugin
@@ -18,7 +18,7 @@ import
sbtdynver.DynVerPlugin.autoImport.dynverSonatypeSnapshots
object CommonSettings extends AutoPlugin {
override def trigger = allRequirements
- override def requires = JvmPlugin && SonatypeApachePlugin && DynVerPlugin
+ override def requires = JvmPlugin && ApacheSonatypePlugin && DynVerPlugin
override lazy val projectSettings = Seq(
crossScalaVersions := Seq(Dependencies.Scala212, Dependencies.Scala213),
diff --git a/project/MetaInfLicenseNoticeCopy.scala
b/project/MetaInfLicenseNoticeCopy.scala
index 8f987aa..0061ff3 100644
--- a/project/MetaInfLicenseNoticeCopy.scala
+++ b/project/MetaInfLicenseNoticeCopy.scala
@@ -9,8 +9,8 @@
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
@@ -24,5 +24,5 @@ object MetaInfLicenseNoticeCopy extends AutoPlugin {
override def trigger = allRequirements
- override def requires = SonatypeApachePlugin
+ override def requires = ApacheSonatypePlugin
}
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c669046..5cef413 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
// for releasing
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.7")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]