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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new de1130cc9 Update sbt-apache-sonatype and handle rename
de1130cc9 is described below
commit de1130cc9fb53bd438be86c7c27fb8464f8f6d69
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 20 11:42:06 2023 +0200
Update sbt-apache-sonatype and handle rename
---
project/Common.scala | 4 ++--
project/MetaInfLicenseNoticeCopy.scala | 6 +++---
project/plugins.sbt | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/Common.scala b/project/Common.scala
index bfd1d34ca..b5051665e 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -15,7 +15,7 @@ import de.heikoseeberger.sbtheader._
import com.lightbend.paradox.projectinfo.ParadoxProjectInfoPluginKeys._
import com.lightbend.sbt.JavaFormatterPlugin.autoImport.javafmtOnCompile
import com.typesafe.tools.mima.plugin.MimaKeys._
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
import sbtdynver.DynVerPlugin
import sbtdynver.DynVerPlugin.autoImport.dynverSonatypeSnapshots
@@ -28,7 +28,7 @@ object Common extends AutoPlugin {
override def trigger = allRequirements
- override def requires = JvmPlugin && HeaderPlugin && SonatypeApachePlugin &&
DynVerPlugin
+ override def requires = JvmPlugin && HeaderPlugin && ApacheSonatypePlugin &&
DynVerPlugin
override def globalSettings = Seq(
scmInfo :=
Some(ScmInfo(url("https://github.com/apache/incubator-pekko-connectors"),
diff --git a/project/MetaInfLicenseNoticeCopy.scala
b/project/MetaInfLicenseNoticeCopy.scala
index 8f987aa34..0061ff373 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 021cd26bb..7383e82ac 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,6 +1,6 @@
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.6")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.7")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
// discipline
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]