Skip to content

Commit d2e2fb5

Browse files
committed
Upgrade Tika to 1.4.
Closes elastic#36.
1 parent c066327 commit d2e2fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
88
------------------------------------------------------
99
| Attachment Mapper Plugin | ElasticSearch | Tika |
1010
------------------------------------------------------
11-
| 1.9.0-SNAPSHOT (master) | 0.90.3 -> master | 1.2 |
11+
| 1.9.0-SNAPSHOT (master) | 0.90.3 -> master | 1.4 |
1212
------------------------------------------------------
1313
| 1.8.0 | 0.90.3 -> master | 1.2 |
1414
------------------------------------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.tika</groupId>
6969
<artifactId>tika-parsers</artifactId>
70-
<version>1.2</version>
70+
<version>1.4</version>
7171
<scope>compile</scope>
7272
</dependency>
7373

0 commit comments

Comments
 (0)