Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbertam committed Jun 15, 2016
1 parent f0f7a8f commit 002f560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A toolkit for parsing, creating and doing other fun stuff with Cassandra 3.x SST

Pre compiled binary available from bintray:

* [sstable-tools-3.0.0-alpha6.jar](https://bintray.com/artifact/download/tolbertam/sstable-tools/sstable-tools-3.0.0-alpha6.jar) - Supports 3.0 to 3.7 (ma and mb sstable formats)
* [sstable-tools-3.0.7-alpha6.jar](https://bintray.com/artifact/download/tolbertam/sstable-tools/sstable-tools-3.0.7-alpha6.jar) - Supports 3.0 to 3.7 (ma and mb sstable formats)

**Note:** This tool formerly included a `tojson` command which dumped SSTable contents to JSON. This functionality has
since been merged into Cassandra starting with versions 3.0.4 and 3.4 as the `sstabledump` command.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.csforge</groupId>
<artifactId>sstable-tools</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.7.0-alpha6-SNAPSHOT</version>
<name>SSTable Tools</name>
<properties>
<cassandra.version>3.7</cassandra.version>
Expand Down

0 comments on commit 002f560

Please sign in to comment.