Skip to content

Commit

Permalink
Structured SCM info
Browse files Browse the repository at this point in the history
  • Loading branch information
bkirwi committed Jun 29, 2018
1 parent 4d4f2c9 commit e61f5af
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ val defaultSettings = Seq(
licenses += ("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
releaseCrossBuild := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
scmInfo := Some(
ScmInfo(
url("https://github.com/bkirwi/decline"),
"[email protected]:bkirwi/decline.git"
)
),
pomExtra := (
<scm>
<url>git@github.com:bkirwi/decline.git</url>
<connection>scm:git:git@github.com:bkirwi/decline.git</connection>
</scm>
<developers>
<developer>
<id>bkirwi</id>
Expand Down

0 comments on commit e61f5af

Please sign in to comment.