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 881c889 Set version scheme
881c889 is described below
commit 881c889b7442a1e215077c639bdf452e860d5b89
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 13:46:14 2023 +0200
Set version scheme
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index 7841597..72b91b7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,6 +5,7 @@ import sbt.Keys._
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / apacheSonatypeProjectProfile := "pekko"
+ThisBuild / versionScheme := Some("semver-spec")
sourceDistName := "incubating-pekko-persistence-jdbc"
lazy val `pekko-persistence-jdbc` = project
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]