Skip to content

Commit

Permalink
[release] Prepare and release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Oct 12, 2021
1 parent 6fdb470 commit a4ec7de
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.12-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.11"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.12-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.11"
//compile "io.projectreactor.netty:reactor-netty-core:1.0.13-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.12"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.13-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.12"
}
```

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
@@ -1,7 +1,7 @@
reactorPoolVersion=0.2.7-SNAPSHOT
version=1.0.12-SNAPSHOT
reactorNettyQuicVersion=0.0.1-SNAPSHOT
reactorCoreVersion=3.4.11-SNAPSHOT
reactorAddonsVersion=3.4.6-SNAPSHOT
reactorPoolVersion=0.2.7
version=1.0.12
reactorNettyQuicVersion=0.0.1
reactorCoreVersion=3.4.11
reactorAddonsVersion=3.4.5
compatibleVersion=1.0.11
bomVersion=2020.0.11
bomVersion=2020.0.12

0 comments on commit a4ec7de

Please sign in to comment.