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

Commit

Permalink
Support Elasticsearch 7.10.2 (#86)
Browse files Browse the repository at this point in the history
* Support Elasticsearch 7.10.2

* Update release notes
  • Loading branch information
lezzago authored Jan 27, 2021
1 parent 4709843 commit 88ff307
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.10.0")
es_version = System.getProperty("es.version", "7.10.2")
}

repositories {
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.12.0
version = 1.13.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 2021-01-26 Version 1.13.0.0

Compatible with Elasticsearch 7.10.2

### Maintenance
* Support Elasticsearch 7.10.2 ([#86](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/86))

### Infrastructure
* Update release-workflow.yml ([#83](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/83))
* Rename plugin artifacts for more consistent naming convention ([#85](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/85))
2 changes: 1 addition & 1 deletion spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ check.dependsOn jacocoTestReport

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
compile "com.cronutils:cron-utils:7.0.5"
compile "com.cronutils:cron-utils:9.1.3"

testImplementation "org.elasticsearch.test:framework:${es_version}"
testImplementation "org.apache.logging.log4j:log4j-core:${versions.log4j}"
Expand Down

0 comments on commit 88ff307

Please sign in to comment.