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:52 UTC

[royale-asjs] 09/21: run in the examples folder. versions:set seems to climb to the root no matter what folder is specified

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 e22460130b46acb1f745ee2bba9be948ee0f3e7f
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 12:36:43 2018 -0800

    run in the examples folder.  versions:set seems to climb to the root no matter what folder is specified
---
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 55b9df4..5082079 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -659,7 +659,7 @@
         </exec>
         <xmlproperty file="${asjs}/pom.xml" prefix="pom"/>
         <echo>next version is: ${pom.project.version}</echo>
-        <exec executable="${mvn}" dir="${asjs}" failonerror="true" >
+        <exec executable="${mvn}" dir="${asjs}/examples" failonerror="true" >
             <arg value="versions:use-latest-versions" />
             <arg value="-DgenerateBackupPoms=false" />
             <arg value="-DallowSnapshots=true" />

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