You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/08/16 06:17:54 UTC

hbase git commit: HBASE-12812 Update Netty dependency to latest release (Jurriaan Mous)

Repository: hbase
Updated Branches:
  refs/heads/master ecba08829 -> 737f26450


HBASE-12812 Update Netty dependency to latest release (Jurriaan Mous)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/737f2645
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/737f2645
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/737f2645

Branch: refs/heads/master
Commit: 737f264509284420e6fa8c14d92fe9fbdb49f67f
Parents: ecba088
Author: stack <st...@apache.org>
Authored: Sat Aug 15 21:17:44 2015 -0700
Committer: stack <st...@apache.org>
Committed: Sat Aug 15 21:17:44 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/737f2645/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21ed2c3..92f6213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1246,7 +1246,7 @@
     <clover.version>4.0.3</clover.version>
     <jamon-runtime.version>2.3.1</jamon-runtime.version>
     <jettison.version>1.3.3</jettison.version>
-    <netty.version>4.0.23.Final</netty.version>
+    <netty.version>4.0.30.Final</netty.version>
     <netty.hadoop.version>3.6.2.Final</netty.hadoop.version>
     <joni.version>2.1.2</joni.version>
     <jcodings.version>1.0.8</jcodings.version>