Skip to content

Commit

Permalink
Prepare release 3.1.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Nov 16, 2017
1 parent fcbcba9 commit a8c5918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//compile "io.projectreactor:reactor-core:3.1.2.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:BUILD-SNAPSHOT")
//compile "io.projectreactor:reactor-core:3.1.0.RC1"
//testCompile("io.projectreactor:reactor-test:3.1.0.RC1")
compile "io.projectreactor:reactor-core:3.1.1.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.1.RELEASE")
//compile "io.projectreactor:reactor-core:3.1.3.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.1.3.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.1.2.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.2.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.1.RELEASE
:appversion: 3.1.2.RELEASE
ifndef::host-github[:ext-relative: {outfilesuffix}]
{appversion}
:doctype: book
Expand Down

0 comments on commit a8c5918

Please sign in to comment.