Skip to content

Commit

Permalink
[release] Back to snapshots, next is 1.1.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Dec 12, 2023
1 parent 5f09da8 commit dba203a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
reactorPoolVersion=1.0.4
version=1.1.14
reactorNettyQuicVersion=0.1.14
reactorCoreVersion=3.5.13
reactorAddonsVersion=3.5.1
compatibleVersion=1.1.13
reactorPoolVersion=1.0.5-SNAPSHOT
version=1.1.15-SNAPSHOT
reactorNettyQuicVersion=0.1.15-SNAPSHOT
reactorCoreVersion=3.5.14-SNAPSHOT
reactorAddonsVersion=3.5.2-SNAPSHOT
compatibleVersion=1.1.14
bomVersion=2022.0.14
4 changes: 0 additions & 4 deletions reactor-netty-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ task japicmp(type: JapicmpTask) {

compatibilityChangeExcludes = [ "METHOD_NEW_DEFAULT" ]
methodExcludes = [
'reactor.netty.http.client.WebsocketClientSpec#compressionAllowClientNoContext()',
'reactor.netty.http.client.WebsocketClientSpec#compressionRequestedServerNoContext()',
'reactor.netty.http.server.WebsocketServerSpec#compressionAllowServerNoContext()',
'reactor.netty.http.server.WebsocketServerSpec#compressionPreferredClientNoContext()'
]
}

Expand Down

0 comments on commit dba203a

Please sign in to comment.