[TEST] Set BWC version to 5.0.0-SNAP since this is it's min compat version

This commit is contained in:
Simon Willnauer 2016-06-01 09:11:08 +02:00
parent f12b10c48a
commit 93c5a9dacd
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ integTest {
cluster {
numNodes = 2
numBwcNodes = 1
bwcVersion = "5.0.0-alpha3-SNAPSHOT" // this is the same as the current version until we released the first RC
bwcVersion = "5.0.0-SNAPSHOT" // this is the same as the current version until we released the first RC
}
}