This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 0e855a6 Set version scheme
0e855a6 is described below
commit 0e855a60c6a01ef25f5d5523def0cea640f74fc1
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 13:42:39 2023 +0200
Set version scheme
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index 895832b..262eab4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,7 @@
import org.apache.pekko.projections.Dependencies
ThisBuild / apacheSonatypeProjectProfile := "pekko"
+ThisBuild / versionScheme := Some("semver-spec")
sourceDistName := "incubating-pekko-projection"
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]