fix release target
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4d1cff92 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4d1cff92 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4d1cff92 Branch: refs/heads/master Commit: 4d1cff9255b9a35ebd5bbae7f5d050e9403cba6e Parents: a7bcf12 Author: Alex Harui <[email protected]> Authored: Sun Jun 25 23:27:31 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Jun 25 23:27:31 2017 -0700 ---------------------------------------------------------------------- releasecandidate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4d1cff92/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/releasecandidate.xml b/releasecandidate.xml index d6c581f..d9fafda 100644 --- a/releasecandidate.xml +++ b/releasecandidate.xml @@ -475,7 +475,7 @@ ${my.name} <arg value="${dist.dev}/flex/falcon/${release.version}/rc${rc}" /> <arg value="${dist.release}/flex/falcon/${release.version}" /> </exec> - <exec executable="${svn}" dir="${dist.release}/flex/falcon" failonerror="true" > + <exec executable="${svn}" dir="${dist.release}/.." failonerror="true" > <arg value="commit" /> <arg value="--username" /> <arg value="${apache.username}" />
