Skip to content

Commit

Permalink
Prepare release 3.3.1.RELEASE
Browse files Browse the repository at this point in the history
(merging release 3.2.13.RELEASE)
  • Loading branch information
simonbasle committed Nov 26, 2019
2 parents 953edef + a1fbf48 commit f364ee3
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 @@ -29,10 +29,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//compile "io.projectreactor:reactor-core:3.3.1.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.3.1.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.3.0.RELEASE"
testCompile("io.projectreactor:reactor-test:3.3.0.RELEASE")
//compile "io.projectreactor:reactor-core:3.3.2.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.3.2.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.3.1.RELEASE"
testCompile("io.projectreactor:reactor-test:3.3.1.RELEASE")
}
```

Expand Down

0 comments on commit f364ee3

Please sign in to comment.