Skip to content

Commit 8b38a2d

Browse files
ktosobenjchristensen
authored andcommitted
JavaDoc changes in order to be able to publish
1 parent ef1dd33 commit 8b38a2d

File tree

4 files changed

+4
-23
lines changed

4 files changed

+4
-23
lines changed

build.sbt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
organization in ThisBuild := "org.reactivestreams"
22

3-
version in ThisBuild := "0.3-SNAPSHOT"
3+
version in ThisBuild := "0.3"
4+
5+
scalaVersion in ThisBuild := "2.10.3"
46

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

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

9-
scalaVersion in ThisBuild := "2.10.3"
11+
publishTo in ThisBuild := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
1012

1113
lazy val spi = project
1214

project/Build.scala

-17
This file was deleted.

spi/build.sbt

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ autoScalaLibrary := false
99
crossPaths := false
1010

1111
publishMavenStyle := true
12-
13-
Common.javadocSettings

tck/build.sbt

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ crossPaths := false
1212

1313
publishMavenStyle := true
1414

15-
Common.javadocSettings
16-
1715
libraryDependencies += "org.testng" % "testng" % "5.14.10"
1816

1917
testNGSettings

0 commit comments

Comments
 (0)