This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release_practice by this push:
new a804bf2 forgot a few
a804bf2 is described below
commit a804bf24c24916db7072a568f2bb26778cfea766
Author: Alex Harui <[email protected]>
AuthorDate: Tue Mar 5 22:33:40 2019 -0800
forgot a few
---
releasesteps.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/releasesteps.xml b/releasesteps.xml
index 9338bc0..a8f38be 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -160,6 +160,9 @@
<antcall target="sign-file" >
<param name="file"
value="${artifactfolder}/artifacts/archive/target/checkout/release-dir/org/apache/royale/compiler/royale-compiler-parent/${release.version}/royale-compiler-parent-${release.version}-source-release.zip"
/>
</antcall>
+ <antcall target="sign-file" >
+ <param name="file"
value="${artifactfolder}/artifacts/archive/target/checkout/release-dir/org/apache/royale/compiler/royale-compiler-parent/${release.version}/royale-compiler-parent-${release.version}.pom"
/>
+ </antcall>
<antcall target="sign-jar-artifacts" >
<param name="jarname" value="compiler" />
</antcall>