DATACASS-494 - Upgrade to embedded Apache Cassandra 3.11.

Upgrade embedded Cassandra version and build profiles.
This commit is contained in:
Mark Paluch
2017-09-14 12:09:54 +02:00
parent b4ded9168e
commit 43602ae30c
2 changed files with 3 additions and 5 deletions

View File

@@ -5,14 +5,12 @@ jdk:
env:
global:
- CASSANDRA_VERSION=3.10
- CASSANDRA_VERSION=3.11.0
matrix:
- PROFILE=ci
- PROFILE=spring5-next
- CASSANDRA_VERSION=2.2.8
- CASSANDRA_VERSION=2.2.10
- CASSANDRA_VERSION=3.0.10
- CASSANDRA_VERSION=3.2.1
- CASSANDRA_VERSION=3.9
addons:
apt:

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.10</cassandra.version>
<cassandra.version>3.11.0</cassandra.version>
<cassandra-driver.version>3.3.0</cassandra-driver.version>
<dist.id>spring-data-cassandra</dist.id>
<el.version>1.0</el.version>