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

Commit

Permalink
Upgrading ES version to 7.1.1 (#91)
Browse files Browse the repository at this point in the history
Upgrading ES version to 7.1.1

All tests pass, tested manually on elasticsearch-oss 7.1.1
  • Loading branch information
arsen-es authored Jun 21, 2019
1 parent f8561e6 commit c289df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
buildscript {

ext {
es_version = System.getProperty("es.version", "7.0.1")
es_version = System.getProperty("es.version", "7.1.1")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand Down Expand Up @@ -46,7 +46,7 @@ repositories {
}

ext {
opendistroVersion = '1.0.0'
opendistroVersion = '1.1.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version=1.0
version=1.1

0 comments on commit c289df5

Please sign in to comment.