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


The following commit(s) were added to refs/heads/main by this push:
     new f22301e  Add sbt-source-dist
f22301e is described below

commit f22301e3c2a5a809da64f68a4a1c0066bf9c4d7a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 12:54:46 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 cc2b7cb..c3eff52 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,6 +5,7 @@ import sbt.Keys._
 ThisBuild / resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-persistence-jdbc"
 
 lazy val `pekko-persistence-jdbc` = project
   .in(file("."))
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 309fbab..155fe5c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -9,6 +9,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % 
"0.7.0")
 // release
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 // docs
 addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")


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

Reply via email to