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

[royale-asjs] 08/21: this seems to update the dependency versions

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 3240b6d5b8baafe3e6bcf6debab90f64f3a294d2
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 12:35:08 2018 -0800

    this seems to update the dependency versions
---
 releasecandidate.xml | 5 +++++
 1 file changed, 5 insertions(+)

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

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