Skip to content

Commit 2f36702

Browse files
committed
update to v1.4
1 parent 9135127 commit 2f36702

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Tokenizer: `ik`
1313
Version
1414
-------------
1515
master | 1.5.0 -> master
16+
1.4.0 | 1.6.0
1617
1.3.0 | 1.5.0
1718
1.2.9 | 1.4.0
1819
1.2.8 | 1.3.2

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.3.0</version>
9+
<version>1.4.0</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.5.0</elasticsearch.version>
34+
<elasticsearch.version>1.6.0</elasticsearch.version>
3535
</properties>
3636

3737
<repositories>

0 commit comments

Comments
 (0)