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:42:43 UTC

[royale-asjs] branch release/0.9.0 updated: Revert "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 8db0543  Revert "shouldn't need this anymore since we use profiles in prepare"
8db0543 is described below

commit 8db0543c6f6491f6070c76c970f3f4240ae932ae
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 13:40:43 2018 -0800

    Revert "shouldn't need this anymore since we use profiles in prepare"
    
    This reverts commit a6a0a46c6381daf3d3e3f0ce297f1d311153639e.
---
 releasecandidate.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 1f70c87..09ed3cb 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -737,7 +737,6 @@
         <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" >
@@ -768,10 +767,9 @@
             <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>'].