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 <[email protected]> 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>
