DATACASS-528 - Upgrade to Cassandra 3.11.2.

This commit is contained in:
Mark Paluch
2018-02-22 08:53:23 +01:00
parent 4958333bd0
commit a0423e5da8
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ jdk:
env:
global:
- CASSANDRA_VERSION=3.11.0
- CASSANDRA_VERSION=3.11.2
matrix:
- PROFILE=ci
- PROFILE=spring5-next

View File

@@ -89,7 +89,7 @@
<build.cassandra.rpc_port>19160</build.cassandra.rpc_port>
<build.cassandra.ssl_storage_port>17001</build.cassandra.ssl_storage_port>
<build.cassandra.storage_port>17000</build.cassandra.storage_port>
<cassandra.version>3.11.1</cassandra.version>
<cassandra.version>3.11.2</cassandra.version>
<cassandra-driver.version>3.3.2</cassandra-driver.version>
<dist.id>spring-data-cassandra</dist.id>
<el.version>1.0</el.version>