Skip to content

Commit 19bcfc2

Browse files
committed
Update to Elasticsearch 0.90.3 / Lucene 4.4.0
Closes #4.
1 parent ff42ae5 commit 19bcfc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
88
----------------------------------------------------
99
| Smart Chinese Analysis Plugin | ElasticSearch |
1010
----------------------------------------------------
11-
| 1.6.0-SNAPSHOT (master) | 0.90.1 -> master |
11+
| 1.6.0-SNAPSHOT (master) | 0.90.3 -> master |
1212
----------------------------------------------------
13-
| 1.5.0 | 0.90.1 -> master |
13+
| 1.5.0 | 0.90.1 -> 0.90.2 |
1414
----------------------------------------------------
1515
| 1.4.0 | 0.90.0 |
1616
----------------------------------------------------

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>0.90.1</elasticsearch.version>
35-
<lucene.version>4.3.0</lucene.version>
34+
<elasticsearch.version>0.90.3</elasticsearch.version>
35+
<lucene.version>4.4.0</lucene.version>
3636
</properties>
3737

3838
<repositories>

0 commit comments

Comments
 (0)