Merge branch 'develop' into feature/FLEX-35328_simplify_mdl_drop_down_list
diff --git a/build.properties b/build.properties
index f9d87b2..e170f80 100644
--- a/build.properties
+++ b/build.properties
@@ -17,7 +17,7 @@
 ##
 ################################################################################
 
-release.version = 0.8.0
+release.version = 0.9.0
 
 generated.by.match=/\\*\\*. \\* Generated by Apache Flex Cross-Compiler
 generated.by.comment=/**\n\
diff --git a/pom.xml b/pom.xml
index ea33722..5837abe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -597,4 +597,4 @@
     </pluginRepository>
   </pluginRepositories>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/releasecandidate.xml b/releasecandidate.xml
index d342419..d9fafda 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -406,7 +406,7 @@
 \n\
 Please vote to approve this release:\n\
 +1 Approve the release\n\
--1 Veto the release (please provide specific comments to why)\n\
+-1 Disapprove the release (please provide specific comments to why)\n\
 \n\
 This vote will be open for 72 hours or until a result can be called.\n\
 \n\
@@ -435,7 +435,8 @@
 1) create an empty folder,\n\
 2) download into that folder this file:\n\
 https://dist.apache.org/repos/dist/dev/flex/falcon/${release.version}/rc${rc}/ApproveFalcon.xml\n\
-3) run the script: ant -e -f ApproveFalcon.xml -Drelease.version=${release.version} -Drc=${rc}\n\
+3) run the script:\n\
+   ant -e -f ApproveFalcon.xml -Drelease.version=${release.version} -Drc=${rc}\n\
 \n\
 You are not required to use this script, and more testing of the packages\n\
 and build results are always encouraged.\n\
@@ -474,7 +475,7 @@
 			<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}" />