Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit c289df5

Browse files
authored
Upgrading ES version to 7.1.1 (#91)
Upgrading ES version to 7.1.1 All tests pass, tested manually on elasticsearch-oss 7.1.1
1 parent f8561e6 commit c289df5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
buildscript {
1717

1818
ext {
19-
es_version = System.getProperty("es.version", "7.0.1")
19+
es_version = System.getProperty("es.version", "7.1.1")
2020
}
2121
// This isn't applying from repositories.gradle so repeating it here
2222
repositories {
@@ -46,7 +46,7 @@ repositories {
4646
}
4747

4848
ext {
49-
opendistroVersion = '1.0.0'
49+
opendistroVersion = '1.1.0'
5050
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
5151
}
5252

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# permissions and limitations under the License.
1414
#
1515

16-
version=1.0
16+
version=1.1

0 commit comments

Comments
 (0)