Skip to content

Commit

Permalink
Prepare release 3.1.4.RELEASE
Browse files Browse the repository at this point in the history
No new marbles in this release (thenReturn, concatWithValues and
mergeOrdered will need some later)
  • Loading branch information
simonbasle committed Feb 15, 2018
1 parent 0203233 commit 1b38342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//compile "io.projectreactor:reactor-core:3.1.4.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.1.4.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.1.3.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.3.RELEASE")
//compile "io.projectreactor:reactor-core:3.1.5.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.1.5.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.1.4.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.4.RELEASE")
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Reactor 3 Reference Guide
Stephane Maldini <https://twitter.com/smaldini[@smaldini]>; Simon Baslé <https://twitter.com/simonbasle[@simonbasle]>
:appversion: 3.1.3.RELEASE
:appversion: 3.1.4.RELEASE
ifndef::host-github[:ext-relative: {outfilesuffix}]
{appversion}
:doctype: book
Expand Down

0 comments on commit 1b38342

Please sign in to comment.