Skip to content

Commit

Permalink
Prepare release 3.3.4.RELEASE (+merge ignore 3.2.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 23, 2020
2 parents 4e39d88 + 16e101b commit 71b92e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
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.4.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.3.4.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.3.3.RELEASE"
testCompile("io.projectreactor:reactor-test:3.3.3.RELEASE")
//compile "io.projectreactor:reactor-core:3.3.5.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.3.5.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.3.4.RELEASE"
testCompile("io.projectreactor:reactor-test:3.3.4.RELEASE")
}
```

Expand Down

0 comments on commit 71b92e1

Please sign in to comment.