Updated Branches: refs/heads/trunk f895ad4f0 -> 9bf5b45d8
Update LZ4 lib to 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/93da683e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/93da683e Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/93da683e Branch: refs/heads/trunk Commit: 93da683e0c835eb7e6cd28a03561c11f90435bb0 Parents: f8027ed Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Wed Oct 23 11:20:23 2013 +0200 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Wed Oct 23 11:20:23 2013 +0200 ---------------------------------------------------------------------- build.xml | 2 +- lib/lz4-1.1.0.jar | Bin 134748 -> 0 bytes lib/lz4-1.2.0.jar | Bin 0 -> 165505 bytes 3 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/93da683e/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0e5771a..9a201a0 100644 --- a/build.xml +++ b/build.xml @@ -336,7 +336,7 @@ <scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/> <dependencyManagement> <dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.0.5"/> - <dependency groupId="net.jpountz.lz4" artifactId="lz4" version="1.1.0"/> + <dependency groupId="net.jpountz.lz4" artifactId="lz4" version="1.2.0"/> <dependency groupId="com.ning" artifactId="compress-lzf" version="0.8.4"/> <dependency groupId="com.google.guava" artifactId="guava" version="15.0"/> <dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/93da683e/lib/lz4-1.1.0.jar ---------------------------------------------------------------------- diff --git a/lib/lz4-1.1.0.jar b/lib/lz4-1.1.0.jar deleted file mode 100644 index fde917a..0000000 Binary files a/lib/lz4-1.1.0.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/cassandra/blob/93da683e/lib/lz4-1.2.0.jar ---------------------------------------------------------------------- diff --git a/lib/lz4-1.2.0.jar b/lib/lz4-1.2.0.jar new file mode 100644 index 0000000..9cdebd2 Binary files /dev/null and b/lib/lz4-1.2.0.jar differ