Skip to content

Commit

Permalink
update to Elasticsearch 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jprante committed May 27, 2016
1 parent 51708cf commit c2c11b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -40,6 +40,7 @@ about what happened.

| Release date | JDBC Importer version | Elasticsearch version |
| -------------| ----------------------| ----------------------|
| May 28 2016 | 2.3.3.0 | 2.3.3 |
| May 27 2016 | 2.3.2.0 | 2.3.2 |
| Apr 9 2016 | 2.3.1.0 | 2.3.1 |
| Apr 9 2016 | 2.2.1.0 | 2.2.1 |
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'org.xbib.elasticsearch.importer'
version = '2.3.2.0'
version = '2.3.3.0'

println "Host: " + java.net.InetAddress.getLocalHost()
println "Gradle: " + gradle.gradleVersion + " JVM: " + org.gradle.internal.jvm.Jvm.current() + " Groovy: " + GroovySystem.getVersion()
Expand All @@ -17,8 +17,8 @@ ext {
pluginDescription = 'JDBC importer service for Elasticsearch'

versions = [
'elasticsearch' : '2.3.2',
'elasticsearch-helper' : '2.3.2.0',
'elasticsearch' : '2.3.3',
'elasticsearch-helper' : '2.3.3.0',
'log4j': '2.5',
'wagon' : '2.10',
'jsr166e': '1.1.0',
Expand Down

0 comments on commit c2c11b5

Please sign in to comment.