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 b0fb44352 TIKA-4534 -- tika-bom should not depend on its parent (#2380)
b0fb44352 is described below
commit b0fb4435204567a8c2d7c4bd45d7d72c13fba218
Author: Tim Allison <[email protected]>
AuthorDate: Thu Oct 30 12:55:33 2025 -0400
TIKA-4534 -- tika-bom should not depend on its parent (#2380)
* TIKA-4534 -- tika-bom should not depend on its parent
---
tika-bom/pom.xml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml
index c893aaac8..1937cb58e 100644
--- a/tika-bom/pom.xml
+++ b/tika-bom/pom.xml
@@ -21,14 +21,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika-parent</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- <relativePath>../tika-parent/pom.xml</relativePath>
- </parent>
-
+ <groupId>org.apache.tika</groupId>
<artifactId>tika-bom</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tika BOM</name>
<url>https://tika.apache.org/</url>