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 2021/07/23 11:20:38 UTC

[royale-asjs] branch develop updated: Add some missing signatures on new artifacts

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 89be420  Add some missing signatures on new artifacts
89be420 is described below

commit 89be420840c650b9ff9962d7927e42b9d5267e0d
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Fri Jul 23 14:17:11 2021 +0300

    Add some missing signatures on new artifacts
---
 releasesteps.xml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/releasesteps.xml b/releasesteps.xml
index 7bf0740..c65637d 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -383,6 +383,36 @@
     <target name="Release_Step_011_Sign" depends="get-artifact-folder">
         <fail message="release.version not specified"
             unless="release.version"/>
+	<antcall target="sign-swc-artifacts">
+		<param name="swcname" value="Ace"/>
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-application-archetype/${release.version}/royale-jewel-application-archetype-${release.version}-sources.jar" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-application-archetype/${release.version}/royale-jewel-application-archetype-${release.version}.pom" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-application-archetype/${release.version}/royale-jewel-application-archetype-${release.version}.jar" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-module-application-archetype/${release.version}/royale-jewel-module-application-archetype-${release.version}-sources.jar" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-module-application-archetype/${release.version}/royale-jewel-module-application-archetype-${release.version}.pom" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-module-application-archetype/${release.version}/royale-jewel-module-application-archetype-${release.version}.jar" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-library-archetype/${release.version}/royale-jewel-library-archetype-${release.version}.pom" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-library-archetype/${release.version}/royale-jewel-library-archetype-${release.version}.jar" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/royale-jewel-library-archetype/${release.version}/royale-jewel-library-archetype-${release.version}-sources.jar" />
+	</antcall>
 	<antcall target="sign-file" >
 		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/distribution/compiler-swfdump/${release.version}/compiler-swfdump-${release.version}.pom" />
 	</antcall>