You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/12 01:23:58 UTC

[royale-asjs] 15/21: more tweaks

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

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

commit b6cb6644a74f85cc61bb5289a7d7de10dbcd6e8a
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 16:50:02 2018 -0800

    more tweaks
---
 releasecandidate.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 5082079..f05b9fa 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -669,6 +669,18 @@
             <arg value="-DgenerateBackupPoms=false" />
             <arg value="-DnewVersion=${pom.project.version}" />
         </exec>
+        <exec executable="${mvn}" dir="${asjs}/examples" failonerror="true" >
+            <arg value="versions:update-parent" />
+            <arg value="-DgenerateBackupPoms=false" />
+            <arg value="-DallowSnapshots=true" />
+        </exec>
+        <exec executable="${mvn}" dir="${asjs}" failonerror="true" >
+            <arg value="versions:set-property" />
+            <arg value="-DgenerateBackupPoms=false" />
+            <arg value="-DallowSnapshots=true" />
+            <arg value="-Dproperty=royale.framework.version" />
+            <arg value="-DnewVersion=${pom.project.version}" />
+        </exec>
         <exec executable="${git}" dir="${asjs}" failonerror="true" >
             <arg value="add" />
             <arg value="." />

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.