Skip to content

Commit a60059f

Browse files
committed
update README,bump up version
1 parent 2b13e2a commit a60059f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Versions
1313
IK version | ES version
1414
-----------|-----------
1515
master | 1.5.0 -> master
16+
1.4.1 | 1.7.2
1617
1.4.0 | 1.6.0
1718
1.3.0 | 1.5.0
1819
1.2.9 | 1.4.0
@@ -298,7 +299,7 @@ git clone https://github.com/medcl/elasticsearch-analysis-ik
298299
cd elasticsearch-analysis-ik
299300
mvn compile
300301
mvn package
301-
plugin --install analysis-ik --url file:///#{project_path}/elasticsearch-analysis-ik/target/releases/elasticsearch-analysis-ik-1.3.0.zip
302+
copy file #{project_path}/elasticsearch-analysis-ik/target/releases/elasticsearch-analysis-ik-xxx-jar-with-dependencies.jar to your elasticsearch's folder: plugins/ik
302303
```
303304
304305
Thanks

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-analysis-ik</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.4.1</version>
1010
<packaging>jar</packaging>
1111
<description>IK Analyzer for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>
@@ -31,7 +31,7 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>1.6.2</elasticsearch.version>
34+
<elasticsearch.version>1.7.2</elasticsearch.version>
3535
</properties>
3636

3737
<repositories>

0 commit comments

Comments
 (0)