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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new d5aff9405 Make sure JAR files are readable in the TAR file
d5aff9405 is described below

commit d5aff940528a2f7e3519aea206c7e53b72747cbe
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 21:23:26 2025 -0500

    Make sure JAR files are readable in the TAR file
    
    See also https://issues.apache.org/jira/browse/BCEL-375
---
 src/assembly/bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 0e329c114..87b434453 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -38,6 +38,7 @@
             <includes>
                 <include>*.jar</include>
             </includes>
+            <fileMode>644</fileMode>
         </fileSet>
         <fileSet>
             <directory>target/site/apidocs</directory>

Reply via email to