Skip to content

Commit

Permalink
Build for 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Feb 18, 2017
1 parent d27f8a4 commit f33ead7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -7,12 +7,12 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:5.2.0"
classpath "org.elasticsearch.gradle:build-tools:5.2.1"
}
}

group = 'com.o19s'
version = '0.0.5-es5.2.0'
version = '0.0.5-es5.2.1'

apply plugin: 'java'
apply plugin: 'elasticsearch.esplugin'
Expand All @@ -32,9 +32,9 @@ repositories {
mavenLocal()
}
dependencies {
compile 'org.elasticsearch:elasticsearch:5.2.0'
compile 'org.elasticsearch:elasticsearch:5.2.1'
compile 'com.o19s:RankLibPlus:0.1'
testCompile 'org.elasticsearch.test:framework:5.2.0'
testCompile 'org.elasticsearch.test:framework:5.2.1'
}

// Set to false to not use elasticsearch checkstyle rules
Expand Down

0 comments on commit f33ead7

Please sign in to comment.