Skip to content

Commit d288176

Browse files
committed
update to Elasticsearch 2.3.2
1 parent 184d466 commit d288176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ println "Build: group: '${project.group}', name: '${project.name}', version: '${
2626
println "Timestamp: " + java.time.Instant.now().atZone(java.time.ZoneId.systemDefault()).toString()
2727

2828
group = 'org.xbib.elasticsearch.plugin'
29-
version = '2.3.1.0'
29+
version = '2.3.2.0'
3030

3131
ext {
3232
pluginName = 'knapsack'
@@ -38,8 +38,8 @@ ext {
3838
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
3939
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
4040
versions = [
41-
'elasticsearch' : '2.3.1',
42-
'elasticsearch-helper' : '2.3.1.0',
41+
'elasticsearch' : '2.3.2',
42+
'elasticsearch-helper' : '2.3.2.0',
4343
'log4j': '2.5',
4444
'junit' : '4.12',
4545
'wagon' : '2.10'

0 commit comments

Comments
 (0)