This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch TIKA-4534 in repository https://gitbox.apache.org/repos/asf/tika.git
commit a2e83ff46c612be0f21773290edfb83a91555dbb Author: tallison <[email protected]> AuthorDate: Thu Oct 30 07:16:54 2025 -0400 TIKA-4534 -- tika-bom should not depend on its parent --- tika-bom/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml index c893aaac8..5d51b133a 100644 --- a/tika-bom/pom.xml +++ b/tika-bom/pom.xml @@ -21,13 +21,6 @@ <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> - <artifactId>tika-bom</artifactId> <packaging>pom</packaging> <name>Apache Tika BOM</name>
