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

Commit

Permalink
Upgrade odfe from 1.10.0 to 1.10.1 (#224)
Browse files Browse the repository at this point in the history
Update ES version from 7.9 to 7.9.1
Update odfe version
update jobscheduler plugin version
copied opendistro-job-scheduler-1.10.1.0-SNAPSHOT.zip
  • Loading branch information
VijayanB authored Sep 8, 2020
1 parent d886520 commit f01558e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
buildscript {
ext {
es_group = "org.elasticsearch"
es_version = '7.9.0'
es_version = '7.9.1'
}

repositories {
Expand Down Expand Up @@ -44,7 +44,7 @@ repositories {
}

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

Expand Down Expand Up @@ -290,7 +290,7 @@ checkstyle {
dependencies {
compile "org.elasticsearch:elasticsearch:${es_version}"
compileOnly "org.elasticsearch.plugin:elasticsearch-scripting-painless-spi:${versions.elasticsearch}"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.10.0.0"
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.10.1.0"
compile group: 'com.google.guava', name: 'guava', version:'15.0'
compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit f01558e

Please sign in to comment.