You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/08/14 13:31:05 UTC

[royale-compiler] branch develop updated: Add royaleunit to releasessteps.xml

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

piotrz 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 61cdcef  Add royaleunit to releasessteps.xml
61cdcef is described below

commit 61cdcef95352411af993e04129690f693b7d1a2e
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Wed Aug 14 15:30:55 2019 +0200

    Add royaleunit to releasessteps.xml
---
 releasesteps.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/releasesteps.xml b/releasesteps.xml
index f90ce98..0cc9681 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -316,6 +316,9 @@
         <antcall target="sign-jar-artifacts" >
             <param name="jarname" value="royale-maven-plugin" />
         </antcall>
+		 <antcall target="sign-jar-artifacts">
+            <param name="jarname" value="royaleunit-ant-tasks" />
+        </antcall>
         <antcall target="sign-jar-artifacts" >
             <param name="jarname" value="swfutils" />
         </antcall>