This is an automated email from the ASF dual-hosted git repository.
tallison 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 644d6bc9f Tika-4344 - fix parent version
644d6bc9f is described below
commit 644d6bc9f71413f71acf225842d0f054e6816062
Author: tallison <[email protected]>
AuthorDate: Tue Nov 5 13:00:42 2024 -0500
Tika-4344 - fix parent version
---
tika-detectors/tika-detector-magika/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-detectors/tika-detector-magika/pom.xml
b/tika-detectors/tika-detector-magika/pom.xml
index c4ba65f23..b0ab82147 100644
--- a/tika-detectors/tika-detector-magika/pom.xml
+++ b/tika-detectors/tika-detector-magika/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>tika-detectors</artifactId>
<groupId>org.apache.tika</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>