Make scm section consistent with previous releases

Follow-up on #27817
This commit is contained in:
Arnout Engelen 2019-10-01 10:11:15 +02:00
parent 24afac6629
commit 973d913878
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105

View file

@ -160,7 +160,11 @@ object AkkaBuild {
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))),
homepage := Some(url("https://akka.io/")),
description := "Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.",
scmInfo := Some(ScmInfo(url("https://github.com/akka/akka"), "git@github.com:akka/akka.git")),
scmInfo := Some(ScmInfo(
url("https://github.com/akka/akka"),
"scm:git:https://github.com/akka/akka.git",
"scm:git:git@github.com:akka/akka.git",
)),
apiURL := Some(url(s"https://doc.akka.io/api/akka/${version.value}")),
initialCommands :=