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 10e93d2a3 TIKA-4327: revert versions plugin update due to bug
10e93d2a3 is described below

commit 10e93d2a3ae7239e6d671f902fa17cab171da998
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Nov 24 10:36:19 2025 +0100

    TIKA-4327: revert versions plugin update due to bug
---
 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 1ae8964ce..cc984fc54 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1231,7 +1231,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
-        <version>2.20.0</version>
+        <version>2.19.1</version> <!-- 2.20.0 has a bug, see 
https://github.com/mojohaus/versions/issues/1313 -->
         <configuration>
           <generateBackupPoms>false</generateBackupPoms>
         </configuration>

Reply via email to