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 75c3b71d3f updates for release
75c3b71d3f is described below
commit 75c3b71d3f9fc0885d55381d5d0016389d913b82
Author: tallison <[email protected]>
AuthorDate: Wed Mar 18 13:44:08 2026 -0400
updates for release
---
tika-bom/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
tika-parent/pom.xml | 9 ++-------
2 files changed, 50 insertions(+), 7 deletions(-)
diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml
index 22e30cfdd2..8196cac3c9 100644
--- a/tika-bom/pom.xml
+++ b/tika-bom/pom.xml
@@ -26,8 +26,28 @@
<version>3.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tika BOM</name>
+ <description>Apache Tika Bill of Materials</description>
<url>https://tika.apache.org/</url>
+ <licenses>
+ <license>
+ <name>Apache-2.0</name>
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>https://www.apache.org/</url>
+ </organization>
+
+ <scm>
+ <connection>scm:git:https://github.com/apache/tika.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/tika.git</developerConnection>
+ <url>https://github.com/apache/tika</url>
+ </scm>
+
<distributionManagement>
<repository>
<id>apache.releases.https</id>
@@ -427,4 +447,32 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>3.2.8</version>
+ <configuration>
+ <gpgArguments>
+ <arg>--digest-algo=SHA512</arg>
+ </gpgArguments>
+ </configuration>
+ <executions>
+ <execution>
+ <id>sign-release-artifacts</id>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b2eba62094..bdbb94ffaa 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1595,15 +1595,10 @@
</profile>
</profiles>
- <!--
- <connection>scm:git:https://github.com/apache/</connection>
-
<developerConnection>scm:git:https://github.com/apache/</developerConnection>
- <url>https://github.com/apache/tika</url>
- -->
<scm>
<tag>3.0.0-rc1</tag>
- <connection>scm:git:https://github.com/apache/</connection>
-
<developerConnection>scm:git:https://github.com/apache/</developerConnection>
+ <connection>scm:git:https://github.com/apache/tika.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/tika.git</developerConnection>
<url>https://github.com/apache/tika</url>
</scm>
</project>