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 6aee768  Add sbt-source-dist
6aee768 is described below

commit 6aee768809ba9737dd4ada0db289e0937dd3d69c
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Apr 12 22:25:21 2023 +0200

    Add sbt-source-dist
---
 build.sbt           | 1 +
 project/plugins.sbt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/build.sbt b/build.sbt
index c08628a..71dd93b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,5 +1,6 @@
 ThisBuild / resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-persistence-r2dbc"
 
 import sbt.Keys.parallelExecution
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 442d34e..6980e4e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -5,6 +5,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % 
"0.7.0")
 // for releasing
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 
 //// docs
 // allow access to snapshots for pekko-sbt-paradox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to