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 abb823285 TIKA-4327: update release plugin
abb823285 is described below
commit abb823285ddc0693fb654e899970d11fdef4e089
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 5 12:46:16 2025 +0100
TIKA-4327: update 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 0e59d14a4..bebe03106 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1352,7 +1352,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>