aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt7
1 files changed, 1 insertions, 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 := <url>http://chisel.eecs.berkeley.edu/</url>
<licenses>
<license>
@@ -103,10 +102,6 @@ lazy val publishSettings = Seq(
<distribution>repo</distribution>
</license>
</licenses>
- <scm>
- <url>https://github.com/freechipsproject/firrtl.git</url>
- <connection>scm:git:github.com/freechipsproject/firrtl.git</connection>
- </scm>
<developers>
<developer>
<id>jackbackrack</id>