diff options
| author | Jack Koenig | 2020-12-04 12:29:51 -0800 |
|---|---|---|
| committer | GitHub | 2020-12-04 20:29:51 +0000 |
| commit | 862aaec44d25824aa5ee090a4c3e845ec0069134 (patch) | |
| tree | 52b7d6abef6795bf17be02ec97b19d08b9084662 | |
| parent | 594f783b7faf70cf7703bcb11b1d0654658c6f67 (diff) | |
Remove explicit pom scm from build.sbt (#2004)
This is now set by sbt-ci-release
| -rw-r--r-- | build.sbt | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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> |
