You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/24 09:50:19 UTC

[royale-compiler] branch develop updated: prevent signing

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new dbe81a1  prevent signing
dbe81a1 is described below

commit dbe81a12422f41388f67cf52bc0a65b903f98274
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Mar 24 10:50:15 2020 +0100

    prevent signing
---
 releasesteps.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releasesteps.xml b/releasesteps.xml
index c4f9072..dbe68c2 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -162,7 +162,7 @@
         <exec executable="${mvn}" dir="${artifactfolder}/sources" failonerror="true" >
             <arg value="clean" />
             <arg value="install" />
-            <arg value="-Poption-with-swf" />
+            <arg value="-Proyale-release,option-with-swf" />
         </exec>
     </target>