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/18 21:03:38 UTC

[royale-asjs] branch release/0.9.0 updated: shouldn't need this anymore since we use profiles in prepare

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

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


The following commit(s) were added to refs/heads/release/0.9.0 by this push:
     new a6a0a46  shouldn't need this anymore since we use profiles in prepare
a6a0a46 is described below

commit a6a0a46c6381daf3d3e3f0ce297f1d311153639e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 12:58:35 2018 -0800

    shouldn't need this anymore since we use profiles in prepare
---
 releasecandidate.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 09ed3cb..1f70c87 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -737,6 +737,7 @@
         <echo>run git show in royale-asjs to double-check the last commit then run git-push</echo>
     </target>
     
+    <!--
     <target name="update_other_release_poms" depends="check-royale-asjs">
         <echo>updating release poms to version: ${release.version}</echo>
         <exec executable="${mvn}" dir="${asjs}/examples" failonerror="true" >
@@ -767,9 +768,10 @@
             <arg value="update other poms to current version" />
         </exec>
     </target>
+    -->
     
     <target name="maven.prepare">
-        <antcall target="update_other_release_poms" />
+        <!--<antcall target="update_other_release_poms" />-->
         <!-- http://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html -->
         <exec executable="${mvn}" dir="${asjs}" failonerror="true" >
             <arg value="--batch-mode" />

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