Skip to content

Commit 5e8d0df

Browse files
committed
update es to 6.3.0
1 parent 36e6d2d commit 5e8d0df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Versions
1111
IK version | ES version
1212
-----------|-----------
1313
master | 6.x -> master
14+
6.3.0| 6.3.0
1415
6.2.4| 6.2.4
1516
6.1.3| 6.1.3
1617
5.6.8| 5.6.8
@@ -41,7 +42,7 @@ Install
4142
* optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ):
4243

4344
```
44-
./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip
45+
./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.3.0/elasticsearch-analysis-ik-6.3.0.zip
4546
```
4647
4748
NOTE: replace `6.2.3` to your own elasticsearch version

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<inceptionYear>2011</inceptionYear>
1313

1414
<properties>
15-
<elasticsearch.version>6.2.4</elasticsearch.version>
15+
<elasticsearch.version>6.3.0</elasticsearch.version>
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
1818
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>

0 commit comments

Comments
 (0)