You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/15 04:58:39 UTC

[royale-asjs] branch develop updated: update version to 0.9.4

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


The following commit(s) were added to refs/heads/develop by this push:
     new 3045b51  update version to 0.9.4
3045b51 is described below

commit 3045b51d93be6852b7c125ff67e839a9e484f10c
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Sep 14 21:57:54 2018 -0700

    update version to 0.9.4
---
 archetypes/pom.xml                                                | 2 +-
 build.properties                                                  | 2 +-
 examples/pom.xml                                                  | 2 +-
 examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml | 2 +-
 examples/royale/DesktopMap/DesktopMap-app.xml                     | 2 +-
 examples/royale/MapSearch/MapSearch-app.xml                       | 2 +-
 examples/royale/MobileMap/MobileMap-app.xml                       | 2 +-
 examples/royale/MobileStocks/MobileStocks-app.xml                 | 2 +-
 examples/royale/StorageExample/StorageExample-app.xml             | 2 +-
 manualtests/pom.xml                                               | 2 +-
 npm/js-only/package.json                                          | 2 +-
 npm/js-swf/package.json                                           | 2 +-
 package.json                                                      | 2 +-
 pom.xml                                                           | 4 ++--
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 471e277..185dbd6 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,7 +34,7 @@
   <description>Maven archetypes for creating royale maven projects</description>
 
   <properties>
-    <royale.framework.version>0.9.3-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/build.properties b/build.properties
index 64780bd..0024608 100644
--- a/build.properties
+++ b/build.properties
@@ -21,7 +21,7 @@
 release.name = Apache Royale
 # this is the version that appears in the flex-sdk-description <description> tag
 # and on the package name.  This is the publicly known version of Royale
-release.version = 0.9.3
+release.version = 0.9.4
 
 # fb.release.version must start with 4 in order for FB to accept it.
 # intellij seems to want it to be at least 4.6 in order to not use certain
diff --git a/examples/pom.xml b/examples/pom.xml
index 95d4066..92a2ca5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
     <compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
     <!-- In Release mode we only want to copy assets folder content to assets destination folder, the rest is managed by compiler -->
     <compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
-    <royale.framework.version>0.9.3-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
index 1f7ffe6..3c3ce21 100644
--- a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
+++ b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
@@ -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>0.9.3</versionNumber>
+	<versionNumber>0.9.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> -->
diff --git a/examples/royale/DesktopMap/DesktopMap-app.xml b/examples/royale/DesktopMap/DesktopMap-app.xml
index ba3eb07..0b24026 100644
--- a/examples/royale/DesktopMap/DesktopMap-app.xml
+++ b/examples/royale/DesktopMap/DesktopMap-app.xml
@@ -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>0.9.3</versionNumber>
+	<versionNumber>0.9.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> -->
diff --git a/examples/royale/MapSearch/MapSearch-app.xml b/examples/royale/MapSearch/MapSearch-app.xml
index 110d044..48b7f2e 100644
--- a/examples/royale/MapSearch/MapSearch-app.xml
+++ b/examples/royale/MapSearch/MapSearch-app.xml
@@ -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>0.9.3</versionNumber>
+	<versionNumber>0.9.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> -->
diff --git a/examples/royale/MobileMap/MobileMap-app.xml b/examples/royale/MobileMap/MobileMap-app.xml
index 89fb675..8eeba75 100644
--- a/examples/royale/MobileMap/MobileMap-app.xml
+++ b/examples/royale/MobileMap/MobileMap-app.xml
@@ -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>0.9.3</versionNumber>
+	<versionNumber>0.9.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> -->
diff --git a/examples/royale/MobileStocks/MobileStocks-app.xml b/examples/royale/MobileStocks/MobileStocks-app.xml
index 71f3a22..5cf9098 100644
--- a/examples/royale/MobileStocks/MobileStocks-app.xml
+++ b/examples/royale/MobileStocks/MobileStocks-app.xml
@@ -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>0.9.3</versionNumber>
+	<versionNumber>0.9.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> -->
diff --git a/examples/royale/StorageExample/StorageExample-app.xml b/examples/royale/StorageExample/StorageExample-app.xml
index 70f297e..0ae0eaa 100644
--- a/examples/royale/StorageExample/StorageExample-app.xml
+++ b/examples/royale/StorageExample/StorageExample-app.xml
@@ -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>0.9.3</versionNumber>
+	<versionNumber>0.9.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> -->
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 84605e5..389b41c 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -33,7 +33,7 @@
   
   <properties>
     <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.3-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/npm/js-only/package.json b/npm/js-only/package.json
index 4bff32c..9c2ea18 100644
--- a/npm/js-only/package.json
+++ b/npm/js-only/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apache-royale/royale-js",
-  "version": "0.9.3",
+  "version": "0.9.4",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
     "royale",
diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index c6eb651..aac73f6 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@apache-royale/royale-js-swf",
-  "version": "0.9.3",
+  "version": "0.9.4",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
     "royale",
diff --git a/package.json b/package.json
index 188a9fe..8218822 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-royale-swf",
-  "version": "0.9.3",
+  "version": "0.9.4",
   "description": "Apache Royale (formerly FlexJS) with SWF support",
   "keywords": [
     "royale",
diff --git a/pom.xml b/pom.xml
index 16e13a1..98380f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.5.4</maven.version>
 
-    <royale.compiler.version>0.9.3-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.3-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>