File tree 4 files changed +4
-23
lines changed
4 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 1
1
organization in ThisBuild := " org.reactivestreams"
2
2
3
- version in ThisBuild := " 0.3-SNAPSHOT"
3
+ version in ThisBuild := " 0.3"
4
+
5
+ scalaVersion in ThisBuild := " 2.10.3"
4
6
5
7
licenses in ThisBuild := Seq (" CC0" -> url(" http://creativecommons.org/publicdomain/zero/1.0/" ))
6
8
7
9
homepage in ThisBuild := Some (url(" https://groups.google.com/forum/?hl=en#!forum/reactive-streams" ))
8
10
9
- scalaVersion in ThisBuild := " 2.10.3 "
11
+ publishTo in ThisBuild := Some ( " releases " at " https://oss.sonatype.org/service/local/staging/deploy/maven2 " )
10
12
11
13
lazy val spi = project
12
14
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,5 +9,3 @@ autoScalaLibrary := false
9
9
crossPaths := false
10
10
11
11
publishMavenStyle := true
12
-
13
- Common .javadocSettings
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ crossPaths := false
12
12
13
13
publishMavenStyle := true
14
14
15
- Common .javadocSettings
16
-
17
15
libraryDependencies += " org.testng" % " testng" % " 5.14.10"
18
16
19
17
testNGSettings
You can’t perform that action at this time.
0 commit comments