You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2020/09/13 15:34:57 UTC

[yetus] branch main updated: YETUS-985. binaries are not marked for execution in maven artifacts (#123)

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 <aw...@apache.org>
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 <bu...@apache.org>
---
 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