You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/05/01 18:18:50 UTC

[royale-typedefs] branch release/0.9.7 updated: Make sure we don't loop through modules when uploading

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new ebaa24f  Make sure we don't loop through modules when uploading
ebaa24f is described below

commit ebaa24fefb6d3822a7c8f3124941f9fc42456739
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Fri May 1 21:18:33 2020 +0300

    Make sure we don't loop through modules when uploading
---
 releasesteps.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releasesteps.xml b/releasesteps.xml
index 30508fe..72ea510 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -335,6 +335,7 @@
             <arg value="-Dwagon.url=https://repository.apache.org/service/local/staging/deploy/maven2" />
             <arg value="-Dwagon.serverId=apache.releases.https" />
             <arg value="-Dwagon.includes=**" />
+	    <arg value="-N"/>
         </exec>
     </target>