summaryrefslogtreecommitdiff
path: root/qa/backwards-5.0/build.gradle
diff options
context:
space:
mode:
authorjaymode <jay@elastic.co>2017-02-13 13:15:51 -0500
committerjaymode <jay@elastic.co>2017-02-13 13:15:51 -0500
commitd8d03f45c29f277a6f29776c56e8f6fae9075508 (patch)
tree5edddf7aa6f4a3e29a6fa0a7edfad9473b1f2baf /qa/backwards-5.0/build.gradle
parent214a3536aa26ef3dc3cf64f9a1297f78458e6661 (diff)
Fix communication with 5.3.0 nodes
This commit fixes communication with 5.3.0 nodes to send XContentType to these nodes since #22691 was backported to the 5.3 branch.
Diffstat (limited to 'qa/backwards-5.0/build.gradle')
-rw-r--r--qa/backwards-5.0/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/backwards-5.0/build.gradle b/qa/backwards-5.0/build.gradle
index e85599229a..fceeac283f 100644
--- a/qa/backwards-5.0/build.gradle
+++ b/qa/backwards-5.0/build.gradle
@@ -38,7 +38,7 @@ integTest {
cluster {
numNodes = 4
numBwcNodes = 2
- bwcVersion = "5.4.0-SNAPSHOT"
+ bwcVersion = "5.3.0-SNAPSHOT"
setting 'logger.org.elasticsearch', 'DEBUG'
}
}