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

Commit

Permalink
Support for Elasticsearch 7.1.1 (#9)
Browse files Browse the repository at this point in the history
* support for elasticsearch 7.1 (#6)

* Support for Elasticsearch 7.1
* No major changes
* Version upgrade in pom file

* Update build.gradle
  • Loading branch information
NihalHarish authored Jun 24, 2019
1 parent 46e864e commit dbeeba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
buildDir = 'gradle-build'

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

Expand Down Expand Up @@ -39,7 +39,7 @@ ospackage {
fileMode 0644
dirMode 0755

requires('elasticsearch-oss', "7.0.1", EQUAL)
requires('elasticsearch-oss', "7.1.1", EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand Down

0 comments on commit dbeeba9

Please sign in to comment.