Skip to content

Commit

Permalink
Prepare release 3.1.12.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Nov 22, 2018
1 parent f9f7ab6 commit 7965098
Showing 1 changed file with 4 additions and 4 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.12.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.1.12.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.1.11.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.11.RELEASE")
//compile "io.projectreactor:reactor-core:3.1.13.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.1.13.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.1.12.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.12.RELEASE")
}
```

Expand Down

0 comments on commit 7965098

Please sign in to comment.