This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_1x by this push:
new f75ec05 downgrade miredot plugin to Java 8.
f75ec05 is described below
commit f75ec053dbf6b252a692c383f357e09feccf8cbd
Author: tallison <[email protected]>
AuthorDate: Tue Mar 17 15:13:03 2020 -0400
downgrade miredot plugin to Java 8.
---
tika-server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 293f212..7236cdf 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -337,7 +337,7 @@
<plugin>
<groupId>com.qmino</groupId>
<artifactId>miredot-plugin</artifactId>
- <version>2.2.1-Java10</version>
+ <version>2.2</version>
<executions>
<execution>
<goals>