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/03/10 11:07:17 UTC

[incubator-pekko-persistence-dynamodb] branch main updated: Fix implicit publishTo value by updating sbt-apache-sonatype

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-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new e0c6466  Fix implicit publishTo value by updating sbt-apache-sonatype
e0c6466 is described below

commit e0c64661fe58907cbc78a7ae9c826766c5d4e82b
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Fri Mar 10 11:32:33 2023 +0100

    Fix implicit publishTo value by updating sbt-apache-sonatype
---
 .github/workflows/publish-nightly.yml | 2 +-
 project/plugins.sbt                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml
index 2424692..ceba058 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -45,7 +45,7 @@ jobs:
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
-        run: sbt +publish
+        run: sbt +publish sonatypeBundleRelease
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.4.0
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 228bf14..06c3ba0 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -5,5 +5,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
 addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.7")
 addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.5")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")


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