We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b38a2d commit 50b2204Copy full SHA for 50b2204
build.sbt
@@ -15,3 +15,17 @@ lazy val spi = project
15
lazy val tck = project.dependsOn(spi)
16
17
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