Skip to content

Commit

Permalink
Prepare release 3.2.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jan 7, 2019
1 parent 0c22de2 commit 3d93a23
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 @@ -27,10 +27,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//compile "io.projectreactor:reactor-core:3.2.4.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.2.4.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.2.3.RELEASE"
testCompile("io.projectreactor:reactor-test:3.2.3.RELEASE")
//compile "io.projectreactor:reactor-core:3.2.5.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.2.5.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.2.4.RELEASE"
testCompile("io.projectreactor:reactor-test:3.2.4.RELEASE")
}
```

Expand Down

0 comments on commit 3d93a23

Please sign in to comment.