Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Remove explicit pom scm from build.sbt (#2004) (#2006)
Browse files Browse the repository at this point in the history
This is now set by sbt-ci-release

(cherry picked from commit 862aaec)

Co-authored-by: Jack Koenig <[email protected]>
  • Loading branch information
mergify[bot] and jackkoenig authored Dec 4, 2020
1 parent f77b78f commit 492df52
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,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>
Expand All @@ -118,10 +117,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>
Expand Down

0 comments on commit 492df52

Please sign in to comment.