This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 878dd99fa source dist name needs to contain 'incubating' (#134)
878dd99fa is described below
commit 878dd99fa9c143c7c1b2520b057e7b6647ea795b
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Apr 11 22:54:39 2023 +0200
source dist name needs to contain 'incubating' (#134)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index f03f094a2..c980128e7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,7 +11,7 @@ import sbtdynver.GitDescribeOutput
import spray.boilerplate.BoilerplatePlugin
import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
-sourceDistName := "incubator-pekko-http"
+sourceDistName := "incubating-pekko-http"
inThisBuild(Def.settings(
apiURL := {
val apiVersion = if (isSnapshot.value) "current" else version.value
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]