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
commit c9e41e30c37a30f144531f1e8b687e57df13f942 Author: Tilman Hausherr <[email protected]> AuthorDate: Sun Oct 5 15:42:12 2025 +0200 TIKA-4504: restore version --- tika-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 27cae1205..b86b05d69 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -1482,6 +1482,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <version>${rat.version}</version> <!-- keep this when testing snapshot --> <configuration> <excludes> <exclude>nb-configuration.xml</exclude> <!-- local netbeans -->
