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 59d78b5a5 try to downgrade maven-deploy-plugin
59d78b5a5 is described below

commit 59d78b5a5c438d1a6800b14aa63838fe298ef644
Author: tallison <[email protected]>
AuthorDate: Wed Jul 10 15:02:50 2024 -0400

    try to downgrade maven-deploy-plugin
---
 tika-parent/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 13c4b947b..55a93d57a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1064,6 +1064,15 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>3.1.1</version>
+      </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to