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/10/23 11:20:35 UTC

git commit: Update LZ4 lib to 1.2.0

Updated Branches:
  refs/heads/cassandra-2.0 f8027ed8c -> 93da683e0


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/cassandra-2.0
Commit: 93da683e0c835eb7e6cd28a03561c11f90435bb0
Parents: f8027ed
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Oct 23 11:20:23 2013 +0200
Committer: Sylvain Lebresne <sy...@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