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


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

commit b4307dbc5a6650b707478923ecfddfde8efca51c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 21:26:32 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 4ba12af4..06e9e9d6 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -40,6 +40,7 @@
             <includes>
                 <include>${artifactId}-${version}.jar</include>
             </includes>
+            <fileMode>644</fileMode>
         </fileSet>
         <fileSet>
             <directory>target/site/apidocs</directory>

Reply via email to