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


The following commit(s) were added to refs/heads/main by this push:
     new 595f2843c Set version scheme
595f2843c is described below

commit 595f2843c774a98360b9a68727cd24fece5d41b0
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 13:22:54 2023 +0200

    Set version scheme
---
 build.sbt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sbt b/build.sbt
index e4b376f63..b50185ca1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,7 @@
 ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
 ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+ThisBuild / versionScheme := Some("semver-spec")
 sourceDistName := "incubating-pekko-connectors"
 
 lazy val `pekko-connectors` = project


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

Reply via email to