This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new 19bb3da TIKA-2851 -- actually upgrade to POI 4.1.1.
19bb3da is described below
commit 19bb3dafc5a93f985b9fa0391f25998162944c37
Author: tallison <[email protected]>
AuthorDate: Mon Oct 21 16:05:58 2019 -0400
TIKA-2851 -- actually upgrade to POI 4.1.1.
:P Thank you, Tilman!
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 8ae1ded..884ca4e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -334,7 +334,7 @@
<maven.shade.version>3.2.1</maven.shade.version>
<rat.version>0.13</rat.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
- <poi.version>4.1.1-SNAPSHOT</poi.version>
+ <poi.version>4.1.1</poi.version>
<commons.compress.version>1.19</commons.compress.version>
<commons.io.version>2.6</commons.io.version>
<commons.lang3.version>3.9</commons.lang3.version>