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-cli.git


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

commit 377d0bda5bf0d8dbf332c5f03bf1a827cb782af4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 21:14:41 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 459dd49c..5435b4a5 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -39,6 +39,7 @@
             <includes>
                 <include>*.jar</include>
             </includes>
+            <fileMode>644</fileMode>
         </fileSet>
         <fileSet>
             <directory>target/site/apidocs</directory>

Reply via email to