You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2013/09/02 18:00:51 UTC

git commit: Update netty dependency to 3.6.6

Updated Branches:
  refs/heads/cassandra-1.2 3380fa7ba -> 196038b73


Update netty dependency to 3.6.6


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/196038b7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/196038b7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/196038b7

Branch: refs/heads/cassandra-1.2
Commit: 196038b73e5783a1e282ba73e1d7b87c713f2e85
Parents: 3380fa7
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Sep 2 18:00:27 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Sep 2 18:00:27 2013 +0200

----------------------------------------------------------------------
 build.xml                 |   2 +-
 lib/netty-3.5.9.Final.jar | Bin 1128961 -> 0 bytes
 lib/netty-3.6.6.Final.jar | Bin 0 -> 1206119 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/196038b7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ff25e16..9e1de8d 100644
--- a/build.xml
+++ b/build.xml
@@ -386,7 +386,7 @@
           <dependency groupId="com.yammer.metrics" artifactId="metrics-core" version="2.0.3" />
           <dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" />
           <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
-          <dependency groupId="io.netty" artifactId="netty" version="3.5.9.Final" />
+          <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" />
         </dependencyManagement>
         <developer id="alakshman" name="Avinash Lakshman"/>
         <developer id="antelder" name="Anthony Elder"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/196038b7/lib/netty-3.5.9.Final.jar
----------------------------------------------------------------------
diff --git a/lib/netty-3.5.9.Final.jar b/lib/netty-3.5.9.Final.jar
deleted file mode 100644
index 7f41e0e..0000000
Binary files a/lib/netty-3.5.9.Final.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/196038b7/lib/netty-3.6.6.Final.jar
----------------------------------------------------------------------
diff --git a/lib/netty-3.6.6.Final.jar b/lib/netty-3.6.6.Final.jar
new file mode 100644
index 0000000..35cb073
Binary files /dev/null and b/lib/netty-3.6.6.Final.jar differ