Skip to content

Commit

Permalink
2.3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jprante committed Aug 28, 2016
1 parent 1536925 commit 7ec2dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ about what happened.

| Release date | JDBC Importer version | Elasticsearch version |
| -------------| ----------------------| ----------------------|
| Aug 28 2016 | 2.3.4.1 | 2.3.4 |
| Aug 1 2016 | 2.3.4.0 | 2.3.4 |
| Jul 6 2016 | 2.3.3.1 | 2.3.3 |
| May 28 2016 | 2.3.3.0 | 2.3.3 |
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ plugins {
}

group = 'org.xbib.elasticsearch.importer'
version = '2.3.4.0'
version = '2.3.4.1'

println "Host: " + java.net.InetAddress.getLocalHost()
println "Gradle: " + gradle.gradleVersion + " JVM: " + org.gradle.internal.jvm.Jvm.current() + " Groovy: " + GroovySystem.getVersion()
println "Build: group: '${project.group}', name: '${project.name}', version: '${project.version}'"
println "Timestamp: " + java.time.Instant.now().atZone(java.time.ZoneId.systemDefault()).toString()

ext {
pluginName = 'elasticsearch-jdbc'
Expand Down

0 comments on commit 7ec2dde

Please sign in to comment.