Skip to content

Commit dd0f4d9

Browse files
committed
Update version
1 parent bd9d84b commit dd0f4d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ In addition, high-level methods (`Snappy.compress(String)`, `Snappy.compress(flo
5151
### Stream-based API
5252
Stream-based compressor/decompressor `SnappyOutputStream`/`SnappyInputStream` are also available for reading/writing large data sets.
5353

54+
* [Javadoc API](https://oss.sonatype.org/service/local/repositories/snapshots/archive/org/xerial/snappy/snappy-java/1.0.5-M5-SNAPSHOT/snappy-java-1.0.5-M5-20130319.150524-2-javadoc.jar/!/index.html)
55+
5456
### Setting classpath
5557
If you have snappy-java-(VERSION).jar in the current directory, use `-classpath` option as follows:
5658

pom.xml

Lines changed: 1 addition & 1 deletion
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-M4</version>
7+
<version>1.0.5-M5-SNAPSHOT</version>
88
<name>Snappy for Java</name>
99
<description>snappy-java: A fast compression/decompression library</description>
1010
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)