You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/02/08 19:24:44 UTC

[logging-log4j-scala] 01/06: Update SCM URLs to gitbox

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git

commit 1d63657e6878d8b00519ca324588b0752d942136
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Feb 8 12:45:22 2020 -0600

    Update SCM URLs to gitbox
---
 build.sbt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index de6aba4..bbf305f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -29,9 +29,9 @@ lazy val metadataSettings = Seq(
     organizationName = "Apache Software Foundation",
     organizationHomepage = Some(url("https://www.apache.org/")),
     scmInfo = Some(ScmInfo(
-      url("https://git-wip-us.apache.org/repos/asf?p=logging-log4j-scala.git;a=summary"),
-      "scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j-scala.git",
-      "scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-scala.git"
+      url("https://gitbox.apache.org/repos/asf?p=logging-log4j-scala.git;a=summary"),
+      "scm:git:https://gitbox.apache.org/repos/asf/logging-log4j-scala.git",
+      "scm:git:https://gitbox.apache.org/repos/asf/logging-log4j-scala.git"
     )),
     developers = Vector(
       Developer("mikes", "Mikael Ståldal", "mikes@apache.org", null),