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

commit 18b4a49be119e402eb0871d1ab9649a568b47214
Author: Alex Harui <aha...@apache.org>
AuthorDate: Mon Feb 12 12:13:19 2018 -0800

    update version to 0.9.2
---
 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 +-
 package.json                                                      | 2 +-
 pom.xml                                                           | 4 ++--
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 5dd4926..a9d19eb 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.1</royale.framework.version>
+    <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/build.properties b/build.properties
index 925f0ce..185daa2 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.1
+release.version = 0.9.2
 
 # 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 80a5cdf..c74f087 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -35,7 +35,7 @@
 
   <properties>
     
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.1</royale.framework.version>
+    <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml 
b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
index 8ae15d4..a652ee1 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.1</versionNumber>
+       <versionNumber>0.9.2</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 01a9fa2..e72fc36 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.1</versionNumber>
+       <versionNumber>0.9.2</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 5068b42..9c58ee8 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.1</versionNumber>
+       <versionNumber>0.9.2</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 9e28ee0..c98c1a8 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.1</versionNumber>
+       <versionNumber>0.9.2</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 afc8317..58ef313 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.1</versionNumber>
+       <versionNumber>0.9.2</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 01179e0..d0b3590 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.1</versionNumber>
+       <versionNumber>0.9.2</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 1453dbb..fdb9b03 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.1</royale.framework.version>
+    <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/package.json b/package.json
index 6018832..ae68650 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-royale-swf",
-  "version": "0.9.1",
+  "version": "0.9.2",
   "description": "Apache Royale (formerly FlexJS) with SWF support",
   "keywords": [
     "royale",
diff --git a/pom.xml b/pom.xml
index 97fe375..7a533e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <royale.compiler.version>0.9.1</royale.compiler.version>
-    <royale.typedefs.version>0.9.1</royale.typedefs.version>
+    <royale.compiler.version>0.9.2-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.2-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to