From 0dd6f63c49366dd1e7777a763c3d4b4740b3058a Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Tue, 9 Aug 2016 18:52:03 +0200 Subject: [PATCH] Fixed missing changes in the version bump to alpha6 --- buildSrc/version.properties | 2 +- qa/backwards-5.0/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 357e5379e19..334ee06df05 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,4 +1,4 @@ -elasticsearch = 5.0.0-alpha5 +elasticsearch = 5.0.0-alpha6 lucene = 6.1.0 # optional dependencies diff --git a/qa/backwards-5.0/build.gradle b/qa/backwards-5.0/build.gradle index 657a6b7c078..18b7ae3c9e7 100644 --- a/qa/backwards-5.0/build.gradle +++ b/qa/backwards-5.0/build.gradle @@ -18,6 +18,6 @@ integTest { cluster { numNodes = 2 numBwcNodes = 1 - bwcVersion = "5.0.0-alpha5-SNAPSHOT" // this is the same as the current version until we released the first RC + bwcVersion = "5.0.0-alpha6-SNAPSHOT" // this is the same as the current version until we released the first RC } }