瀏覽代碼

Fixed missing changes in the version bump to alpha6

Clinton Gormley 9 年之前
父節點
當前提交
0dd6f63c49
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      buildSrc/version.properties
  2. 1 1
      qa/backwards-5.0/build.gradle

+ 1 - 1
buildSrc/version.properties

@@ -1,4 +1,4 @@
-elasticsearch     = 5.0.0-alpha5
+elasticsearch     = 5.0.0-alpha6
 lucene            = 6.1.0
 
 # optional dependencies

+ 1 - 1
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
   }
 }