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


The following commit(s) were added to refs/heads/develop by this push:
     new 1b9b20c  try using profiles to rename version in branches
1b9b20c is described below

commit 1b9b20cba9aa96c2c4676f91692f9171983c3010
Author: Alex Harui <aha...@apache.org>
AuthorDate: Wed Feb 7 12:59:32 2018 -0800

    try using profiles to rename version in branches
---
 releasecandidate.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index bd59ffe..0a64f38 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -642,8 +642,11 @@
             <arg value="release:branch" />
             <!--<arg value="-DpushChanges=false" />-->
             <arg value="-DbranchName=release/${release.version}" />
+            <arg value="-P" />
+            <!-- include all profiles that build so that the version update 
hits all of their poms -->
+            <arg 
value="build-examples,build-distribution,build-manualtests,run-testsuite" />
         </exec>
-        <antcall target="update_other_develop_poms" />
+        <!--<antcall target="update_other_develop_poms" />-->
     </target>
     
     <!-- The use-latest-version may require that the build has built the 
framework projects so

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to