Skip to content

Commit

Permalink
[release] Prepare and release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 15, 2022
1 parent 4259245 commit 6b88e96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
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.17-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.16"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.17-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.16"
//compile "io.projectreactor.netty:reactor-netty-core:1.0.18-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.17"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.18-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.17"
}
```

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
@@ -1,7 +1,7 @@
reactorPoolVersion=0.2.8-SNAPSHOT
version=1.0.17-SNAPSHOT
reactorNettyQuicVersion=0.0.6-SNAPSHOT
reactorCoreVersion=3.4.16-SNAPSHOT
reactorAddonsVersion=3.4.7-SNAPSHOT
reactorPoolVersion=0.2.8
version=1.0.17
reactorNettyQuicVersion=0.0.6
reactorCoreVersion=3.4.16
reactorAddonsVersion=3.4.7
compatibleVersion=1.0.16
bomVersion=2020.0.16
bomVersion=2020.0.17

0 comments on commit 6b88e96

Please sign in to comment.