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-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 07a19b8e Set version scheme
07a19b8e is described below
commit 07a19b8ea712f9cf3f0c57d83e4ae00ffea0666d
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 00:34:44 2023 +0200
Set version scheme
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index c0ba102a..b79ae58c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,6 +5,7 @@ ThisBuild / resolvers ++= ResolverSettings.projectResolvers
ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubating-pekko-connectors-kafka"
+ThisBuild / versionScheme := Some("semver-spec")
TaskKey[Unit]("verifyCodeFmt") := {
javafmtCheckAll.all(ScopeFilter(inAnyProject)).result.value.toEither.left.foreach
{ _ =>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]