This is an automated email from the ASF dual-hosted git repository.
tilman 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 efaa93e41 TIKA-4166: update deploy plugin
efaa93e41 is described below
commit efaa93e41e954d5fcc7a7f246e0e3c84ec8afa89
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Aug 22 12:52:52 2024 +0200
TIKA-4166: update deploy plugin
---
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 13cff7feb..09fc350cc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1060,7 +1060,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.2</version>
+ <version>3.1.3</version>
</plugin>
</plugins>
</pluginManagement>