Skip to content

Commit

Permalink
Elassandra 5.5.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Nov 14, 2017
1 parent a65bf4d commit b7dfaa2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
5.5.0.6 - 2017-11-10
* Upgrade to Cassandra 3.11.1.2
5.5.0.6 - 2017-11-13
* Fix Error while writing unindexed boolean #135
* Improve README #133
* Improve search query routing
* Upgrade to Cassandra 3.11.1.2
* Improve search query routing for spark support

5.5.0.5 - 2017-11-01
* Upgrade to Cassandra 3.11.1.0 to fix #132
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elasticsearch = 5.5.0
lucene = 6.6.0
elassandra = 5
elassandra = 6

# optional dependencies
spatial4j = 0.6
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
compile 'com.google.guava:guava:19.0'

// Elassandra add-ons
compile("com.strapdata.cassandra:cassandra-all:3.11.1.2-SNAPSHOT") {
compile("com.strapdata.cassandra:cassandra-all:3.11.1.2") {
exclude group:'net.java.dev.jna', module:'jna'
}

Expand Down

0 comments on commit b7dfaa2

Please sign in to comment.