Skip to content

Commit

Permalink
Prepare release 3.1.11.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Oct 26, 2018
1 parent f975e77 commit e0174aa
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.11.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.1.11.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.1.10.RELEASE"
testCompile("io.projectreactor:reactor-test:3.1.10.RELEASE")
//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")
}
```

Expand Down

0 comments on commit e0174aa

Please sign in to comment.