Skip to content

Commit

Permalink
Update to RS 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Jan 2, 2018
1 parent 6f1f25f commit 6c0bde7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ext {

javadocLinks = ["https://docs.oracle.com/javase/8/docs/api/",
"https://docs.oracle.com/javaee/6/api/",
"http://www.reactive-streams.org/reactive-streams-1.0.1-javadoc/"] as
"http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/"] as
String[]


Expand Down Expand Up @@ -227,8 +227,8 @@ project('reactor-core') {

dependencies {
// Reactive Streams
compile "org.reactivestreams:reactive-streams:1.0.1"
testCompile "org.reactivestreams:reactive-streams-tck:1.0.1"
compile "org.reactivestreams:reactive-streams:1.0.2"
testCompile "org.reactivestreams:reactive-streams-tck:1.0.2"

// JSR-305 annotations
optional "com.google.code.findbugs:jsr305:3.0.2"
Expand Down Expand Up @@ -324,7 +324,7 @@ project('reactor-core') {
url = new URL("http://projectreactor.io/docs/core/release/api/")
}
externalDocumentationLink {
url = new URL("http://www.reactive-streams.org/reactive-streams-1.0.1-javadoc/")
url = new URL("http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/")
}
}

Expand Down Expand Up @@ -487,7 +487,7 @@ project('reactor-test') {
url = new URL("http://projectreactor.io/docs/test/release/api/")
}
externalDocumentationLink {
url = new URL("http://www.reactive-streams.org/reactive-streams-1.0.1-javadoc/")
url = new URL("http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/")
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/gettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Reactive Encoding and Decoding are fully supported.
== Prerequisites
Reactor Core runs on `Java 8` and above.

It has a transitive dependency on `org.reactive-streams:reactive-streams:1.0.1`.
It has a transitive dependency on `org.reactive-streams:reactive-streams:1.0.2`.

[NOTE]
====
Expand Down

0 comments on commit 6c0bde7

Please sign in to comment.