This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 21076aaf768f8695d4e348942271fca3fea406de
Author: DESKTOP-RH4S838\Yishay <yishayj...@hotmail.com>
AuthorDate: Wed May 13 21:12:46 2020 +0300

    update version to 0.9.8
---
 archetypes/pom.xml                                                | 2 +-
 build.properties                                                  | 4 ++--
 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, 16 insertions(+), 16 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 573eb5c..3c9ac4a 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,7 +33,7 @@
   <description>Maven archetypes for creating royale maven 
projects</description>
 
   <properties>
-    <royale.framework.version>0.9.7-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/build.properties b/build.properties
index 7a55884..2ddbe3f 100644
--- a/build.properties
+++ b/build.properties
@@ -21,9 +21,9 @@
 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.7
+release.version = 0.9.8
 # these two are used by CI server
-releaseversion = 0.9.7
+releaseversion = 0.9.8
 developbranchname=develop
 
 # fb.release.version must start with 4 in order for FB to accept it.
diff --git a/examples/pom.xml b/examples/pom.xml
index 715e497..4a87ffb 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -37,7 +37,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.7-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml 
b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
index af2cb82..0fd55d2 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.7</versionNumber>
+       <versionNumber>0.9.8</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 4bfcca3..43f1cf9 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.7</versionNumber>
+       <versionNumber>0.9.8</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 291526b..f98f079 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.7</versionNumber>
+       <versionNumber>0.9.8</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 a8dacf3..efa04eb 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.7</versionNumber>
+       <versionNumber>0.9.8</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 b2e47d1..c7c9478 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.7</versionNumber>
+       <versionNumber>0.9.8</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 e54552b..659a2c1 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.7</versionNumber>
+       <versionNumber>0.9.8</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 8766f83..7b60947 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -32,7 +32,7 @@
   
   <properties>
     
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.7-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.8-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 8d3099d..59bccaa 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.7",
+  "version": "0.9.8",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
     "royale",
diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index a0923b6..7797eab 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.7",
+  "version": "0.9.8",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
     "royale",
diff --git a/package.json b/package.json
index c63a26b..a9aca6f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-royale-swf",
-  "version": "0.9.7",
+  "version": "0.9.8",
   "description": "Apache Royale (formerly FlexJS) with SWF support",
   "keywords": [
     "royale",
diff --git a/pom.xml b/pom.xml
index 1814a35..c92a38a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <maven.version>3.5.4</maven.version>
 
     <royale.build-tools.version>1.1.0</royale.build-tools.version>
-    <royale.compiler.version>0.9.7</royale.compiler.version>
-    <royale.typedefs.version>0.9.7</royale.typedefs.version>
+    <royale.compiler.version>0.9.8-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.8-SNAPSHOT</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>

Reply via email to