This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b67d3c784 Revert back to 3.1.2 after circumventions for MNG-8180 Maven
bug (#1855)
b67d3c784 is described below
commit b67d3c78453748c8bed8b4266be9c9c272dcc2b0
Author: tallison <[email protected]>
AuthorDate: Fri Jul 12 08:32:39 2024 -0400
Revert back to 3.1.2 after circumventions for MNG-8180 Maven bug (#1855)
---
tika-parent/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 30fe040ea..1394ab820 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1069,8 +1069,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <!-- don't update to 3.1.2 due to deploy problems -->
- <version>3.1.1</version>
+ <version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>