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 17:27:34 UTC

[incubator-pekko-sbt-paradox] branch update-sbt-apache-sonatype created (now 2dee1ba)

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

mdedetrich pushed a change to branch update-sbt-apache-sonatype
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


      at 2dee1ba  Updates sbt-apache-sonatype

This branch includes the following new commits:

     new 2dee1ba  Updates sbt-apache-sonatype

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pekko-sbt-paradox] 01/01: Updates sbt-apache-sonatype

Posted by md...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch update-sbt-apache-sonatype
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git

commit 2dee1ba5538f63b16ca3c0dcdd3635070b46654c
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Tue Feb 28 18:26:01 2023 +0100

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

diff --git a/build.sbt b/build.sbt
index 6e087c2..5aa13a9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -23,7 +23,6 @@ lazy val pekkoTheme = project
   .in(file("theme"))
   .enablePlugins(ParadoxThemePlugin)
   .settings(
-    organization := "org.apache.pekko",
     name := "pekko-theme-paradox",
     libraryDependencies ++= Seq(
       "io.github.jonas" % "paradox-material-theme" % "0.6.0",
@@ -35,7 +34,6 @@ lazy val pekkoPlugin = project
   .enablePlugins(SbtPlugin)
   .settings(
     sbtPlugin := true,
-    organization := "org.apache.pekko",
     name := "pekko-sbt-paradox",
     scriptedLaunchOpts := {
       scriptedLaunchOpts.value ++
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 96b21fa..18b0e81 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,5 +3,5 @@
 addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3")
 addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
-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")


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