Skip to content

Commit

Permalink
Update to Elasticsearch 0.90.3 / Lucene 4.4.0
Browse files Browse the repository at this point in the history
Closes #6.
  • Loading branch information
dadoonet committed Aug 8, 2013
1 parent f1b0e81 commit 3049f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
----------------------------------------------------
| Stempel Analysis Plugin | ElasticSearch |
----------------------------------------------------
| 1.7.0-SNAPSHOT (master) | 0.90.1 -> master |
| 1.7.0-SNAPSHOT (master) | 0.90.3 -> master |
----------------------------------------------------
| 1.6.0 | 0.90.1 -> master |
| 1.6.0 | 0.90.1 -> 0.90.2 |
----------------------------------------------------
| 1.5.0 | 0.90.1 -> master |
| 1.5.0 | 0.90.1 -> 0.90.2 |
----------------------------------------------------
| 1.4.0 | 0.90.0 |
----------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</parent>

<properties>
<elasticsearch.version>0.90.1</elasticsearch.version>
<lucene.version>4.3.0</lucene.version>
<elasticsearch.version>0.90.3</elasticsearch.version>
<lucene.version>4.4.0</lucene.version>
</properties>

<repositories>
Expand Down

0 comments on commit 3049f67

Please sign in to comment.