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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new efe7477f Make sure JAR files are readable in the TAR file
new c5a2cdcf Merge branch 'master' of
https://github.com/apache/commons-codec.git
efe7477f is described below
commit efe7477f875e8417a19cf86aea27c225ebcd32d6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 21:21:20 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 dea1cb7a..5c31e7d4 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -37,6 +37,7 @@
<includes>
<include>*.jar</include>
</includes>
+ <fileMode>644</fileMode>
</fileSet>
<fileSet>
<directory>target/site/apidocs</directory>