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 6882336e2 TIKA-4488: use release plugin
6882336e2 is described below
commit 6882336e2e71862221cb6904387b6e7274c7639f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 5 12:45:39 2025 +0100
TIKA-4488: use 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 7b89c45d7..2807583f3 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.2.0</version>
+ <version>3.3.0</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>