You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2012/09/17 19:49:04 UTC

svn commit: r1386749 - in /incubator/flex/utilities/trunk/installer: RELEASE_GUIDE build.number src/InstallApacheFlex-app.xml src/sdk-installer-config.xml

Author: bigosmallm
Date: Mon Sep 17 17:49:04 2012
New Revision: 1386749

URL: http://svn.apache.org/viewvc?rev=1386749&view=rev
Log:
Preparing for RC5

Modified:
    incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
    incubator/flex/utilities/trunk/installer/build.number
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml
    incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml

Modified: incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/RELEASE_GUIDE?rev=1386749&r1=1386748&r2=1386749&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/RELEASE_GUIDE (original)
+++ incubator/flex/utilities/trunk/installer/RELEASE_GUIDE Mon Sep 17 17:49:04 2012
@@ -44,16 +44,16 @@ This step 
 
 cd release
 
-gpg --armor --output apache-flex-sdk-installer-1.0.3-incubating-bin.exe.asc --detach-sig apache-flex-sdk-installer-1.0.3-incubating-bin.exe
-gpg --armor --output apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz.asc --detach-sig apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz
-gpg --armor --output apache-flex-sdk-installer-1.0.3-incubating-src.zip.asc --detach-sig apache-flex-sdk-installer-1.0.3-incubating-src.zip
+gpg --armor --output apache-flex-sdk-installer-1.0.4-incubating-bin.exe.asc --detach-sig apache-flex-sdk-installer-1.0.4-incubating-bin.exe
+gpg --armor --output apache-flex-sdk-installer-1.0.4-incubating-src.tar.gz.asc --detach-sig apache-flex-sdk-installer-1.0.4-incubating-src.tar.gz
+gpg --armor --output apache-flex-sdk-installer-1.0.4-incubating-src.zip.asc --detach-sig apache-flex-sdk-installer-1.0.4-incubating-src.zip
 
-This step creates the release artifacts InstallApacheFlex.exe.asc, apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz.asc and apache-flex-sdk-installer-1.0.3-incubating-src.zip.asc
+This step creates the release artifacts InstallApacheFlex.exe.asc, apache-flex-sdk-installer-1.0.4-incubating-src.tar.gz.asc and apache-flex-sdk-installer-1.0.4-incubating-src.zip.asc
 
 6.  Run:
-gpg --print-md MD5 apache-flex-sdk-installer-1.0.3-incubating-bin.exe > apache-flex-sdk-installer-1.0.3-incubating-bin.exe.md5
-gpg --print-md MD5 apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz > apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz.md5
-gpg --print-md MD5 apache-flex-sdk-installer-1.0.3-incubating-src.zip > apache-flex-sdk-installer-1.0.3-incubating-src.zip.md5
+gpg --print-md MD5 apache-flex-sdk-installer-1.0.4-incubating-bin.exe > apache-flex-sdk-installer-1.0.4-incubating-bin.exe.md5
+gpg --print-md MD5 apache-flex-sdk-installer-1.0.4-incubating-src.tar.gz > apache-flex-sdk-installer-1.0.4-incubating-src.tar.gz.md5
+gpg --print-md MD5 apache-flex-sdk-installer-1.0.4-incubating-src.zip > apache-flex-sdk-installer-1.0.4-incubating-src.zip.md5
 
 7. In the /installer directory, run:
 ant rat-report

Modified: incubator/flex/utilities/trunk/installer/build.number
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/build.number?rev=1386749&r1=1386748&r2=1386749&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/build.number (original)
+++ incubator/flex/utilities/trunk/installer/build.number Mon Sep 17 17:49:04 2012
@@ -1,3 +1,4 @@
 #Copyright 2012 The Apache Software Foundation.
+#Mon, 17 Sep 2012 10:41:59 -0700
 #Thu Sep 13 09:32:49 CEST 2012
-build.number=3
+build.number=4
\ No newline at end of file

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml?rev=1386749&r1=1386748&r2=1386749&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml (original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml Mon Sep 17 17:49:04 2012
@@ -45,7 +45,7 @@
 	<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. 
 	Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
 	An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
-	<versionNumber>1.0.3</versionNumber>
+	<versionNumber>1.0.4</versionNumber>
 		         
 	<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
 	<!-- <versionLabel></versionLabel> -->

Modified: incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml?rev=1386749&r1=1386748&r2=1386749&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml (original)
+++ incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml Mon Sep 17 17:49:04 2012
@@ -21,7 +21,7 @@ limitations under the License.
 
 <config>
 	<version>
-		<latest>1.0.3</latest>
+		<latest>1.0.4</latest>
 	</version>
 	<files>
 	
@@ -30,7 +30,7 @@ limitations under the License.
 			 	- use full URL when binaries are NOT released yet, else use 
 			 	  path relative to mirror
 			 	- if path is relative, don't use starting slash -->
-		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC4/binaries/" file="apache-flex-sdk-installer-1.0.3-incubating-bin" />
+		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC5/binaries/" file="apache-flex-sdk-installer-1.0.4-incubating-bin" />
 		
 		<!-- Mirror URL CGI -->
 		<file name="MirrorURLCGI" path="" file="single-mirror-url.cgi" />