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 f0964f79a TIKA-4379: update exec-maven-plugin
f0964f79a is described below
commit f0964f79a27e28f655664d5e1a1c74acda16784f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Feb 28 11:31:08 2025 +0100
TIKA-4379: update exec-maven-plugin
---
tika-server/tika-server-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-server/tika-server-core/pom.xml
b/tika-server/tika-server-core/pom.xml
index 442224b81..80d9e10b4 100644
--- a/tika-server/tika-server-core/pom.xml
+++ b/tika-server/tika-server-core/pom.xml
@@ -284,7 +284,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.4.1</version>
+ <version>{maven.exec.version}</version>
<executions>
<execution>
<phase>test</phase>