Skip to content

Commit 1d613ca

Browse files
committed
update to Elasticsearch 2.3.1
1 parent 68e21fd commit 1d613ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
buildscript {
23
repositories {
34
mavenCentral()
@@ -14,9 +15,6 @@ plugins {
1415
id 'org.ajoberstar.grgit' version '1.4.2'
1516
}
1617

17-
group = 'org.xbib.elasticsearch.plugin'
18-
version = '2.3.0.0'
19-
2018
apply plugin: 'java'
2119
apply plugin: 'maven'
2220
apply plugin: 'signing'
@@ -27,6 +25,9 @@ println "Gradle: " + gradle.gradleVersion + " JVM: " + org.gradle.internal.jvm.J
2725
println "Build: group: '${project.group}', name: '${project.name}', version: '${project.version}'"
2826
println "Timestamp: " + java.time.Instant.now().atZone(java.time.ZoneId.systemDefault()).toString()
2927

28+
group = 'org.xbib.elasticsearch.plugin'
29+
version = '2.3.1.0'
30+
3031
ext {
3132
pluginName = 'knapsack'
3233
pluginClassname = 'org.xbib.elasticsearch.plugin.knapsack.KnapsackPlugin'
@@ -37,8 +38,8 @@ ext {
3738
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
3839
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
3940
versions = [
40-
'elasticsearch' : '2.3.0',
41-
'elasticsearch-helper' : '2.3.0.0',
41+
'elasticsearch' : '2.3.1',
42+
'elasticsearch-helper' : '2.3.1.0',
4243
'log4j': '2.5',
4344
'junit' : '4.12',
4445
'wagon' : '2.10'

0 commit comments

Comments
 (0)