Skip to content

Commit 50b2204

Browse files
ktosobenjchristensen
authored andcommitted
POM updated for initial release
1 parent 8b38a2d commit 50b2204

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build.sbt

+14
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,17 @@ lazy val spi = project
1515
lazy val tck = project.dependsOn(spi)
1616

1717
publishArtifact := false // for this aggregate project
18+
19+
pomExtra in ThisBuild := (
20+
<scm>
21+
<url>git@github.com:reactive-streams/reactive-streams.git</url>
22+
<connection>scm:git:git@github.com:reactive-streams/reactive-streams.git</connection>
23+
</scm>
24+
<developers>
25+
<developer>
26+
<id>reactive-streams-sig</id>
27+
<name>Reactive Streams SIG</name>
28+
<url>http://reactive-streams.org</url>
29+
</developer>
30+
</developers>
31+
)

0 commit comments

Comments
 (0)