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 6f905ed TIKA-2925 -- downgrade required maven version for Jenkins
6f905ed is described below
commit 6f905ed6cbe24ed4383965f9c057c7cc63f6730c
Author: tallison <[email protected]>
AuthorDate: Tue Nov 26 10:29:46 2019 -0500
TIKA-2925 -- downgrade required maven version for Jenkins
---
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 65ce30f..76cf39f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -469,7 +469,7 @@
<rules>
<dependencyConvergence />
<requireMavenVersion>
- <version>3.5.0</version>
+ <version>3.3</version>
</requireMavenVersion>
</rules>
</configuration>