also fix up nightly.properties
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/755dd1e3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/755dd1e3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/755dd1e3 Branch: refs/heads/develop Commit: 755dd1e3b419c228c1778a3b90e81cbd5aa820ca Parents: 909bd83 Author: Alex Harui <[email protected]> Authored: Fri Sep 9 13:03:38 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Sep 9 13:03:38 2016 -0700 ---------------------------------------------------------------------- build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/755dd1e3/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index d484606..0195243 100644 --- a/build.xml +++ b/build.xml @@ -961,6 +961,9 @@ <replace file="${FLEXJS_HOME}/build.properties" token="${old-version}" value="${new-version}" /> + <replace file="${FLEXJS_HOME}/nightly.properties" + token="${old-version}" + value="${new-version}" /> <replace file="${FLEXJS_HOME}/installer.xml" token="${old-version}" value="${new-version}" />
