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 76a4ccae1 TIKA-4440: move plugin version to parent
76a4ccae1 is described below

commit 76a4ccae162c1e5901edee149797d3a20bbb6282
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jul 3 16:26:57 2025 +0200

    TIKA-4440: 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 6f1d30363..da03f1f4d 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -274,7 +274,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 733bc5f4e..5c9d7f803 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1145,6 +1145,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>
@@ -1339,7 +1344,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.6.0</version>
         <executions>
           <execution>
             <id>enforce-maven</id>

Reply via email to