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 a8ec953b7 TIKA-4327: move plugin version to parent
a8ec953b7 is described below
commit a8ec953b70045bb8fce4407d5088fec700409614
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jul 3 16:25:55 2025 +0200
TIKA-4327: move plugin version to parent
---
tika-grpc/pom.xml | 1 -
tika-parent/pom.xml | 6 +++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index b0e7aa558..e75c7fcca 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -280,7 +280,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.5.0</version>
<executions>
<execution>
<id>enforce</id>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5cf058e7c..9d33d7be2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1168,6 +1168,11 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.4</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>3.6.0</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -1374,7 +1379,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.6.0</version>
<executions>
<execution>
<id>enforce-maven</id>