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/20 14:49:50 UTC

[tika] branch branch_1x updated: add tgz to files that get checksummed

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 427e1fa  add tgz to files that get checksummed
     new 8739120  Merge remote-tracking branch 'origin/branch_1x' into branch_1x
427e1fa is described below

commit 427e1faa6e0c72f0b428387282f59dffb31a4af2
Author: tallison <ta...@apache.org>
AuthorDate: Mon Dec 20 09:48:39 2021 -0500

    add tgz to files that get checksummed
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2962117..970270d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
                       <fileset dir="${basedir}/target/${project.version}">
                         <include name="*.zip" />
                         <include name="*.?ar" />
+                        <include name="*.tgz" />
                       </fileset>
                     </checksum>
                     <checksum file="${basedir}/target/${project.version}/tika-${project.version}-src.zip" algorithm="SHA-512" property="checksum" />