Skip to content

Commit

Permalink
[release] Prepare and release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Aug 10, 2021
1 parent 0af25a0 commit 5c64f7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ With `Gradle` from [repo.spring.io](https://repo.spring.io) or `Maven Central` r
}
dependencies {
//compile "io.projectreactor.netty:reactor-netty-core:1.0.10-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.9"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.10-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.9"
//compile "io.projectreactor.netty:reactor-netty-core:1.0.11-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.10"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.11-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.10"
}
```

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
reactorPoolVersion=0.2.6-SNAPSHOT
version=1.0.10-SNAPSHOT
reactorCoreVersion=3.4.9-SNAPSHOT
reactorAddonsVersion=3.4.4-SNAPSHOT
reactorPoolVersion=0.2.6
version=1.0.10
reactorCoreVersion=3.4.9
reactorAddonsVersion=3.4.4
compatibleVersion=1.0.9
bomVersion=2020.0.9
bomVersion=2020.0.10

0 comments on commit 5c64f7b

Please sign in to comment.