Skip to content

Commit dca3f64

Browse files
committed
Use snappy-1.1.0 which can be compiled in Mac OS X 10.8
1 parent f0e0e97 commit dca3f64

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.xerial.snappy</groupId>
66
<artifactId>snappy-java</artifactId>
7-
<version>1.0.5-M5-SNAPSHOT</version>
7+
<version>1.1.0-SNAPSHOT</version>
88
<name>Snappy for Java</name>
99
<description>snappy-java: A fast compression/decompression library</description>
1010
<packaging>bundle</packaging>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=1.0.5
1+
VERSION=1.1.0
22

Binary file not shown.

0 commit comments

Comments
 (0)