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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 6bb20d528 Make sure JAR files are readable in the TAR file
6bb20d528 is described below
commit 6bb20d5287c0212e14d36d09849438399b02196b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 21:22:49 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>