Skip to content

Commit 52c83fc

Browse files
committed
update to 6.3.2.1 devkit
1 parent 4082942 commit 52c83fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
}
88
dependencies {
9-
classpath "org.xbib.elasticsearch:gradle-plugin-elasticsearch-build:6.3.2.0"
9+
classpath "org.xbib.elasticsearch:gradle-plugin-elasticsearch-build:6.3.2.1"
1010
}
1111
}
1212

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group = org.xbib.elasticsearch.plugin
22
name = elasticsearch-plugin-bundle
3-
version = 6.3.2.0
3+
version = 6.3.2.1
44

5-
xbib-elasticsearch-test.version = 6.3.2.0
5+
xbib-elasticsearch-test.version = 6.3.2.1
66
elasticsearch.version = 6.3.2
77
lucene.version = 7.3.1
88
icu4j.version = 62.1
@@ -11,8 +11,8 @@ jackson.version = 2.8.11
1111
standardnumber.version = 1.0.1
1212
junit.version = 4.12
1313
wagon.version = 3.0.0
14-
spatial4j.version = 0.6
15-
jts.version = 1.13
14+
spatial4j.version = 0.7
15+
jts.version = 1.15.1
1616
jna.version = 4.5.1
1717

1818
org.gradle.warning.mode=all

0 commit comments

Comments
 (0)