diff options
| author | Jack Koenig | 2020-12-17 14:22:39 -0800 |
|---|---|---|
| committer | GitHub | 2020-12-17 14:22:39 -0800 |
| commit | a600a95bb97c248a7211df5497e113337b478fa0 (patch) | |
| tree | 569e1edd017a690044c09a09f6f05df24696f402 /build.sbt | |
| parent | eae69e95b9b92118ae33c6b023fbfaab026dc45c (diff) | |
Automate publishing of SNAPSHOTS with sbt-ci-release (#1706)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -52,8 +52,6 @@ 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. pomExtra := <url>http://chisel.eecs.berkeley.edu/</url> <licenses> <license> @@ -62,10 +60,6 @@ lazy val publishSettings = Seq ( <distribution>repo</distribution> </license> </licenses> - <scm> - <url>https://github.com/freechipsproject/chisel3.git</url> - <connection>scm:git:github.com/freechipsproject/chisel3.git</connection> - </scm> <developers> <developer> <id>jackbackrack</id> |
