Upgrade Tika to 1.4.

Closes #36.
This commit is contained in:
David Pilato 2013-08-14 16:57:42 +02:00
parent c0663277bc
commit d2e2fb5cdf
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
------------------------------------------------------
| Attachment Mapper Plugin | ElasticSearch | Tika |
------------------------------------------------------
| 1.9.0-SNAPSHOT (master) | 0.90.3 -> master | 1.2 |
| 1.9.0-SNAPSHOT (master) | 0.90.3 -> master | 1.4 |
------------------------------------------------------
| 1.8.0 | 0.90.3 -> master | 1.2 |
------------------------------------------------------

View File

@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.2</version>
<version>1.4</version>
<scope>compile</scope>
</dependency>