Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Nov 22, 2021
2 parents 3bc1e57 + b5ebecf commit 23aad54
Show file tree
Hide file tree
Showing 14 changed files with 242 additions and 272 deletions.
67 changes: 0 additions & 67 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ EchoWebSocketHandler http1WebSocketHandler = new EchoWebSocketHandler();
Http2WebSocketClientHandshaker handShaker = Http2WebSocketClientHandshaker.create(channel);
Http2Headers headers =
new DefaultHttp2Headers().set("user-agent", "jauntsdn-websocket-http2-client/1.1.1");
new DefaultHttp2Headers().set("user-agent", "jauntsdn-websocket-http2-client/1.1.2");
ChannelFuture handshakeFuture =
/*http1 websocket handler*/
handShaker.handshake("/echo", headers, new EchoWebSocketHandler());
Expand Down Expand Up @@ -269,7 +269,7 @@ repositories {
}
dependencies {
implementation 'com.jauntsdn.netty:netty-websocket-http2:1.1.1'
implementation 'com.jauntsdn.netty:netty-websocket-http2:1.1.2'
}
```

Expand Down
13 changes: 0 additions & 13 deletions ci/travis.sh

This file was deleted.

20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
group=com.jauntsdn.netty
version=1.1.2
version=1.1.3

googleJavaFormatPluginVersion=0.9
dependencyManagementPluginVersion=1.0.10.RELEASE
dependencyManagementPluginVersion=1.0.11.RELEASE
gitPluginVersion=0.12.3
osDetectorPluginVersion=1.6.2
versionsPluginVersion=0.36.0
osDetectorPluginVersion=1.7.0
versionsPluginVersion=0.39.0

nettyVersion=4.1.65.Final
nettyTcnativeVersion=2.0.38.Final
nettyVersion=4.1.70.Final
nettyTcnativeVersion=2.0.45.Final
hdrHistogramVersion=2.1.12
slf4jVersion=1.7.30
logbackVersion=1.2.3
slf4jVersion=1.7.32
logbackVersion=1.2.7
jsr305Version=3.0.2

junitVersion=5.7.1
assertjVersion=3.19.0
junitVersion=5.8.1
assertjVersion=3.21.0

org.gradle.parallel=true
org.gradle.configureondemand=true
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Loading

0 comments on commit 23aad54

Please sign in to comment.