You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2022/11/19 19:55:55 UTC

[tika] 02/03: Add the ASF and CI info to tika-parent

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

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

commit c3dda31f94cbf52712a68ef7cb932b735fa96913
Author: Konstantin Gribov <gr...@gmail.com>
AuthorDate: Wed Nov 16 17:06:27 2022 +0300

    Add the ASF and CI info to tika-parent
---
 tika-parent/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f5f80300a..e931dcc08 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -44,11 +44,21 @@
 
   <url>https://tika.apache.org/</url>
 
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>https://www.apache.org</url>
+  </organization>
+
   <issueManagement>
     <system>JIRA</system>
     <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
 
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://ci-builds.apache.org/job/Tika/</url>
+  </ciManagement>
+
   <mailingLists>
     <mailingList>
       <name>Development mailing list</name>