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

Commit

Permalink
upgrade OD 1.1 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsoor-amzn authored Aug 29, 2019
1 parent 151ee0c commit 1ef017c
Show file tree
Hide file tree
Showing 4 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 @@ -15,7 +15,7 @@

buildscript {
ext {
es_version = System.getProperty("es.version", "7.0.1")
es_version = System.getProperty("es.version", "7.1.1")
kotlin_version = System.getProperty("kotlin.version", "1.3.31")
}

Expand Down Expand Up @@ -82,7 +82,7 @@ configurations.all {

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.0.0.1"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.1.0.0"
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
compile "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
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.0
version = 1.1.0
Binary file not shown.
Binary file not shown.

0 comments on commit 1ef017c

Please sign in to comment.