You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 17:51:24 UTC

[47/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - fix release target

fix release target


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/03c53b05
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/03c53b05
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/03c53b05

Branch: refs/heads/develop
Commit: 03c53b050c8929cb1492c1ec5fcb1087fe7d016e
Parents: 5beb701
Author: Alex Harui <ah...@apache.org>
Authored: Sun Jun 25 23:23:49 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Jun 25 23:23:49 2017 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/03c53b05/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 95b47a3..58d4835 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -568,7 +568,7 @@ ${my.name}
 			<arg value="${dist.dev}/flex/flexjs/${release.version}/rc${rc}" />
             <arg value="${dist.release}/flex/flexjs/${release.version}" />
 		</exec>
-		<exec executable="${svn}" dir="${dist.release}/flex/flexjs" failonerror="true" >
+		<exec executable="${svn}" dir="${dist.release}/.." failonerror="true" >
 			<arg value="commit" />
 			<arg value="--username" />
 			<arg value="${apache.username}" />