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 c8b16a5b9 TIKA-4327: add comment
c8b16a5b9 is described below
commit c8b16a5b91ccc411c6dedb85fb6f957f7d63492f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri May 23 05:52:49 2025 +0200
TIKA-4327: add comment
---
tika-parent/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 62c0cde0d..dcb3387c3 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -288,6 +288,8 @@
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<project.build.outputTimestamp>1729074250</project.build.outputTimestamp>
<!-- plugin versions -->
+ <!-- updates may not be detected by the maven versions plugin:
+ https://github.com/mojohaus/versions/issues/1070 -->
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
<forbiddenapis.version>3.9</forbiddenapis.version>
<groovy.maven.version>2.1.1</groovy.maven.version>