This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 487eece557 TIKA-4488: update maven-release-plugin
487eece557 is described below
commit 487eece5575199dd714731613a865ff79781544e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Dec 15 05:04:48 2025 +0100
TIKA-4488: update maven-release-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 2779d98ab4..5d51a0d722 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1316,7 +1316,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>