We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece1094 + 73a6851 commit 6f91305Copy full SHA for 6f91305
README.md
@@ -21,6 +21,7 @@ You need to install a version matching your Elasticsearch version:
21
| es-2.2.0 | 0.22.0 |
22
| es-2.2.1 | 0.22.1 |
23
| es-2.2.2 | 0.22.2 |
24
+| es-5.0.0-rc1 | 5.0.0-rc1 |
25
26
27
## Prerequisites
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
}
6
7
dependencies {
8
- classpath "org.elasticsearch.gradle:build-tools:5.0.0-beta1"
+ classpath "org.elasticsearch.gradle:build-tools:5.0.0-rc1"
9
10
11
@@ -15,7 +15,7 @@ repositories {
15
16
17
group = 'org.elasticsearch.plugin'
18
-version = '5.0.0-beta1-SNAPSHOT'
+version = '5.0.0-rc1-SNAPSHOT'
19
20
apply plugin: 'java'
apply plugin: 'elasticsearch.esplugin'
0 commit comments