This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_3_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3_2x by this push:
new d30b23c78 fix parent pom.xml version
d30b23c78 is described below
commit d30b23c7887ff2831db7db89b228450366fcfe43
Author: tallison <[email protected]>
AuthorDate: Wed Sep 10 12:04:08 2025 -0400
fix parent pom.xml version
---
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 17f793d54..29bf24fb5 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>3.3.0-SNAPSHOT</version>
+ <version>3.2.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>