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 df286fa Set version scheme
df286fa is described below
commit df286faf5b64dde4e2897f2723e51273f2592281
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 13:32:52 2023 +0200
Set version scheme
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index f7170d0..6eace53 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,5 +1,6 @@
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / apacheSonatypeProjectProfile := "pekko"
+ThisBuild / versionScheme := Some("semver-spec")
sourceDistName := "incubating-pekko-persistence-r2dbc"
import sbt.Keys.parallelExecution
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]