Skip to content

Commit

Permalink
Bumped ES version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgambal committed Dec 28, 2015
1 parent 7e300e1 commit 115049e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'groovy'
apply plugin: 'maven'

group = 'org.sotnya'
version = '1.2.0'
version = '1.2.1'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
String propertiesFile = './plugin-descriptor.properties'
Expand All @@ -20,13 +20,13 @@ repositories {
}

dependencies {
compile 'org.elasticsearch:elasticsearch:2.1.0'
compile 'org.elasticsearch:elasticsearch:2.1.1'
compile 'junit:junit:4.12'

testCompile 'org.apache.lucene:lucene-test-framework:5.3.1'
testCompile 'org.elasticsearch:elasticsearch:2.1.0:tests'
testCompile 'com.google.guava:guava:18.0'
testCompile 'com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.3.1'
testCompile 'org.elasticsearch:elasticsearch:2.1.1:tests'
testCompile 'com.google.guava:guava:19.0'
testCompile 'com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.3.2'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'net.java.dev.jna:jna:4.2.1'
}
Expand Down
4 changes: 2 additions & 2 deletions plugin-descriptor.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=ukrainian-lemmatizer
description=ukrainian-lemmatizer - search across documents, written in ukrainian
version=1.2.0
version=1.2.1
classname=org.elasticsearch.plugin.analysis.ukrainian_lemmatizer.UkrainianLemmatizerPlugin

jvm=true
site=false

elasticsearch.version=2.1.0
elasticsearch.version=2.1.1
java.version=1.8

0 comments on commit 115049e

Please sign in to comment.