You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/12/13 17:03:24 UTC

[tika] branch main updated: add scm info back

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new b08dfba  add scm info back
b08dfba is described below

commit b08dfba8023fdddc5f63d5e477d5ae34646e66e5
Author: tallison <ta...@apache.org>
AuthorDate: Mon Dec 13 12:03:12 2021 -0500

    add scm info back
---
 tika-parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b05f774..ef1c320 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -885,5 +885,8 @@
 
   <scm>
     <tag>2.1.0-rc2</tag>
+    <connection>scm:git:https://github.com/apache/</connection>
+    <developerConnection>scm:git:https://github.com/apache/</developerConnection>
+    <url>https://github.com/apache/tika</url>
   </scm>
 </project>