From a24c9f1eb5241270e1632edd41aa64e04465d0e0 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Fri, 4 Dec 2020 11:59:14 -0800 Subject: [PATCH] Remove explicit pom scm from build.sbt This is now set by sbt-ci-release --- build.sbt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 557a6fe454..14aafe1b3c 100644 --- a/build.sbt +++ b/build.sbt @@ -93,8 +93,7 @@ lazy val publishSettings = Seq( publishMavenStyle := true, publishArtifact in Test := false, pomIncludeRepository := { x => false }, - // Don't add 'scm' elements if we have a git.remoteRepo definition, - // but since we don't (with the removal of ghpages), add them in below. + // scm is set by sbt-ci-release pomExtra := http://chisel.eecs.berkeley.edu/ @@ -103,10 +102,6 @@ lazy val publishSettings = Seq( repo - - https://github.com/freechipsproject/firrtl.git - scm:git:github.com/freechipsproject/firrtl.git - jackbackrack