From 862aaec44d25824aa5ee090a4c3e845ec0069134 Mon Sep 17 00:00:00 2001
From: Jack Koenig
Date: Fri, 4 Dec 2020 12:29:51 -0800
Subject: Remove explicit pom scm from build.sbt (#2004)
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 557a6fe4..14aafe1b 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
--
cgit v1.2.3