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 ae77ec1255 fix repo information in tika-bom
ae77ec1255 is described below
commit ae77ec1255dee8bc072ade3f946664b09417c070
Author: tallison <[email protected]>
AuthorDate: Wed Mar 18 09:24:28 2026 -0400
fix repo information in tika-bom
---
tika-bom/pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml
index 624881f635..22e30cfdd2 100644
--- a/tika-bom/pom.xml
+++ b/tika-bom/pom.xml
@@ -28,6 +28,19 @@
<name>Apache Tika BOM</name>
<url>https://tika.apache.org/</url>
+ <distributionManagement>
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<dependencyManagement>
<dependencies>
<dependency>