Skip to content

Commit

Permalink
netty: Upgrade to 3.9.6 (release today)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Feb 4, 2015
1 parent ac40955 commit dc676b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion netty/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rjack-netty (3.9.3.0-java)
rjack-netty (3.9.6.0-java)

GEM
remote: https://rubygems.org/
Expand Down
3 changes: 3 additions & 0 deletions netty/History.rdoc
@@ -1,3 +1,6 @@
=== 3.9.6.0 (2015-2-3)
* Upgrade to (io.netty) Netty 3.9.6

=== 3.9.3.0 (2014-8-19)
* Upgrade to (io.netty) Netty 3.9.3

Expand Down
2 changes: 1 addition & 1 deletion netty/Manifest.txt
Expand Up @@ -8,4 +8,4 @@ pom.xml
lib/rjack-netty/base.rb
lib/rjack-netty.rb
test/test_netty.rb
lib/rjack-netty/netty-3.9.3.Final.jar
lib/rjack-netty/netty-3.9.6.Final.jar
2 changes: 1 addition & 1 deletion netty/lib/rjack-netty/base.rb
Expand Up @@ -18,7 +18,7 @@ module RJack
module Netty

# Netty (java) version, numeric component
NETTY_N_VERSION = '3.9.3'
NETTY_N_VERSION = '3.9.6'

# Netty (java) version
NETTY_VERSION = NETTY_N_VERSION + '.Final'
Expand Down
2 changes: 1 addition & 1 deletion netty/pom.xml
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.9.3.Final</version>
<version>3.9.6.Final</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit dc676b3

Please sign in to comment.