Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Update Publish.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Dec 11, 2015
1 parent 576eee4 commit 6fb0cb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ object Publish {

val bintraySettings = Seq(
bintrayOrganization := Some("iheartradio"),
bintrayPackageLabels := Seq("play-framework", "swagger", "rest-api", "API", "documentation")
bintrayPackageLabels := Seq("play-framework", "DSL", "rest-api", "API", "documentation")
)

val publishingSettings = Seq(

organization in ThisBuild := "com.iheart",
publishMavenStyle := true,
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
homepage := Some(url("http://iheartradio.github.io/play-swagger")),
scmInfo := Some(ScmInfo(url("https://github.com/iheartradio/play-swagger"),
"git@github.com:iheartradio/play-swagger.git")),
homepage := Some(url("http://iheartradio.github.io/play-dsl")),
scmInfo := Some(ScmInfo(url("https://github.com/iheartradio/play-dslr"),
"git@github.com:iheartradio/play-dsl.git")),
pomIncludeRepository := { _ => false },
publishArtifact in Test := false
)
Expand Down

0 comments on commit 6fb0cb2

Please sign in to comment.