Skip to content

Commit

Permalink
Merge pull request #17 from ktoso/pom-updates-initial-release
Browse files Browse the repository at this point in the history
POM updated for initial release
  • Loading branch information
rkuhn committed Apr 14, 2014
2 parents b42fec3 + 817a0fe commit 7e5f323
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ lazy val spi = project
lazy val tck = project.dependsOn(spi)

publishArtifact := false // for this aggregate project

pomExtra in ThisBuild := (
<scm>
<url>git@github.com:reactive-streams/reactive-streams.git</url>
<connection>scm:git:git@github.com:reactive-streams/reactive-streams.git</connection>
</scm>
<developers>
<developer>
<id>reactive-streams-sig</id>
<name>Reactive Streams SIG</name>
<url>http://reactive-streams.org</url>
</developer>
</developers>
)

0 comments on commit 7e5f323

Please sign in to comment.