Skip to content

Commit 7eeaeb2

Browse files
committed
upgrade to 6.3.1
Signed-off-by: Ranger Tsao <[email protected]>
1 parent 522dd72 commit 7eeaeb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
elasticserachVersion = '6.3.0'
3+
elasticserachVersion = '6.3.1'
44
hanlpVersion = '1.6.4'
55
}
66

@@ -17,10 +17,11 @@ buildscript {
1717
}
1818

1919
group = 'io.shike'
20-
version = '6.3.0'
20+
version = '6.3.1'
2121

2222
repositories {
2323
mavenLocal()
24+
maven { url = 'http://maven.aliyun.com/nexus/content/groups/public/' }
2425
mavenCentral()
2526
jcenter()
2627
}

0 commit comments

Comments
 (0)