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 57b037338 fix parent in new module
57b037338 is described below

commit 57b037338887ffbb3dd25b6292a6650a7667bcd4
Author: tallison <[email protected]>
AuthorDate: Wed Sep 10 11:02:54 2025 -0400

    fix parent in new module
---
 tika-integration-tests/tika-woodstox-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-integration-tests/tika-woodstox-tests/pom.xml 
b/tika-integration-tests/tika-woodstox-tests/pom.xml
index be0f1e9ee..17f793d54 100644
--- a/tika-integration-tests/tika-woodstox-tests/pom.xml
+++ b/tika-integration-tests/tika-woodstox-tests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>tika-integration-tests</artifactId>
     <groupId>org.apache.tika</groupId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Reply via email to