This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 1c80475 YETUS-985. binaries are not marked for execution in maven
artifacts (#123)
1c80475 is described below
commit 1c8047501332c19467ce3e6875cb4f7b59da37ee
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sun Sep 13 08:34:50 2020 -0700
YETUS-985. binaries are not marked for execution in maven artifacts (#123)
Signed-off-by: Sean Busbey <[email protected]>
---
pom.xml | 3 ++-
releasedocmaker/src/main/python/releasedocmaker/utils.py | 0
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2ded2ec..416d678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,8 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <!-- 22 and 23 are broken due to MASSEMBLY-941 -->
+ <version>21</version>
<relativePath/>
<!-- no parent resolution -->
</parent>
diff --git a/releasedocmaker/src/main/python/releasedocmaker/utils.py
b/releasedocmaker/src/main/python/releasedocmaker/utils.py
old mode 100644
new mode 100755