Skip to content

Commit

Permalink
Merge pull request #18 from reactive-streams/wip-homepage
Browse files Browse the repository at this point in the history
update homepage URL
  • Loading branch information
rkuhn committed Apr 14, 2014
2 parents e0dd054 + 4fdc494 commit a129c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalaVersion in ThisBuild := "2.10.3"

licenses in ThisBuild := Seq("CC0" -> url("http://creativecommons.org/publicdomain/zero/1.0/"))

homepage in ThisBuild := Some(url("https://groups.google.com/forum/?hl=en#!forum/reactive-streams"))
homepage in ThisBuild := Some(url("http://www.reactive-streams.org/"))

publishTo in ThisBuild := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")

Expand All @@ -25,7 +25,7 @@ pomExtra in ThisBuild := (
<developer>
<id>reactive-streams-sig</id>
<name>Reactive Streams SIG</name>
<url>http://reactive-streams.org</url>
<url>http://www.reactive-streams.org/</url>
</developer>
</developers>
)
)

0 comments on commit a129c45

Please sign in to comment.