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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5e7f401  typos
5e7f401 is described below

commit 5e7f4010d7c64720276f95e465d879e13553f122
Author: Alex Harui <aha...@apache.org>
AuthorDate: Sat Apr 11 00:10:17 2020 -0700

    typos
---
 compiler-build-tools/releasesteps.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler-build-tools/releasesteps.xml 
b/compiler-build-tools/releasesteps.xml
index be63f4b..5732790 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -295,16 +295,16 @@
     <target name="Release_Step_004_Post_Artifacts_To_Dist" 
description="Perform required release approval steps">
                <antcall target="check-new-version" />
                <mkdir 
dir="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 />
-        <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}-source-release.zip";
+        <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/${release.version}/compiler-build-tools-${release.version}-source-release.zip";
             
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}" >
                </get>
-        <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}-source-release.zip.asc";
+        <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/${release.version}/compiler-build-tools-${release.version}-source-release.zip.asc";
             
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}" >
         </get>
         <checksum algorithm="SHA-512" 
file="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/compiler-build-tools-${release.version}-source-release.zip"
 forceOverwrite="yes" fileext=".sha512"/>
-               <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}.jar";
 
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
+               <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/${release.version}/compiler-build-tools-${release.version}.jar";
 
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
                </get>
-        <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}.jar.asc";
 
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
+        <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/${release.version}/compiler-build-tools-${release.version}.jar.asc";
 
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
         </get>
         <checksum algorithm="SHA-512" 
file="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/compiler-build-tools-${release.version}.jar"
 forceOverwrite="yes" fileext=".sha512"/>
 <!--

Reply via email to