Skip to content

Commit

Permalink
Elasticsearch v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-st committed Jun 21, 2019
1 parent 4b82b54 commit 49de799
Showing 1 changed file 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 @@ -23,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "org.elasticsearch.gradle:build-tools:7.0.0"
classpath "org.elasticsearch.gradle:build-tools:7.1.0"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
}
}
Expand All @@ -35,14 +35,14 @@ apply plugin: 'com.jfrog.bintray'
repositories {
maven {
name 'bintray-babayotakun-russianmorphology'
url "http://dl.bintray.com/babayotakun/russianmorphology"
url "https://dl.bintray.com/babayotakun/russianmorphology"
}
flatDir {
dirs 'libs'
}
}

version = '7.0.0'
version = '7.1.0'

esplugin {
description 'English and Russian Morphology for ElasticSearch.'
Expand Down

0 comments on commit 49de799

Please sign in to comment.