1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-06-03 05:56:04 +02:00

Issue 48:Upgraded to Tika 1.6

This commit is contained in:
digitalpebble@googlemail.com 2014-09-10 12:37:17 +00:00
parent 5823288428
commit 64530bc52b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Crawler-Commons Change Log
Release 0.5
- Issue 48: Upgraded to Tika 1.6 (jnioche)
- Issue 47: [Sitemaps] SiteMapParser Tika detection doesn't work well on some cases (Avi Hayun)
- Issue 40: [Sitemaps] Add Tika MediaType Support (Avi Hayun)
- Issue 39: [Sitemaps] Add the Parser a convenience method with only a URL argument (Avi Hayun via lewismc)

View File

@ -288,7 +288,7 @@
<httpclient.version>4.2.6</httpclient.version>
<commons-io.version>2.4</commons-io.version>
<tika-core.version>1.4</tika-core.version>
<tika-core.version>1.6</tika-core.version>
<slf4j-api.version>1.7.7</slf4j-api.version>
<junit.version>4.7</junit.version>
<slf4j-log4j12.version>1.7.7</slf4j-log4j12.version>