You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/18 10:42:32 UTC

[royale-asjs] branch develop updated: update poms left to 0.9.8-SNAPSHOT, also compiler, typedef and framework versions

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

carlosrovira 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 bc98088  update poms left to 0.9.8-SNAPSHOT, also compiler, typedef and framework versions
bc98088 is described below

commit bc980881bb2c253ba2ac95cf444ce422c957b898
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Apr 18 12:42:27 2020 +0200

    update poms left to 0.9.8-SNAPSHOT, also compiler, typedef and framework versions
---
 archetypes/pom.xml                                |   2 +-
 examples/amf/SampleAmfWebApp/pom-royale-basic.xml |   6 +-
 examples/amf/SampleAmfWebApp/pom-royale-jewel.xml |   6 +-
 examples/amf/SampleAmfWebApp/pom.xml              |   2 +-
 examples/crux/CruxGitHubCommitLogViewer/pom.xml   |   2 +-
 examples/examples-integrationtests/pom.xml        |  54 +++---
 examples/jewel/TourDeJewel/pom.xml                | 216 +++++++++++-----------
 examples/jewel/royale-website/pom.xml             |  22 +--
 examples/mxroyale/FileReference/pom.xml           |   6 +-
 examples/pom.xml                                  |   2 +-
 examples/royale/ColorPickerExample/pom.xml        |  10 +-
 examples/royale/FileProxy/pom.xml                 |  10 +-
 examples/royale/RemoteObjectAMFTestBasic/pom.xml  |  12 +-
 frameworks/projects/Ace/pom.xml                   |  12 +-
 manualtests/UnitTests/pom.xml                     |   6 +-
 manualtests/pom.xml                               |   2 +-
 pom.xml                                           |   4 +-
 testsuite/pom.xml                                 |   4 +-
 18 files changed, 189 insertions(+), 189 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index b6a8a2e..9fdb108 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.7-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
index 9bfc24d..133ec7f 100644
--- a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
+++ b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
@@ -22,11 +22,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-amf-webapps</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>SampleAmfWebApp</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>war</packaging>
 
   <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name>
@@ -145,7 +145,7 @@
      <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RemoteObjectAMFTestBasic</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
 
diff --git a/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml b/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml
index c7946b1..1870773 100644
--- a/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml
+++ b/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml
@@ -22,11 +22,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-amf-webapps</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>SampleAmfWebApp</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>war</packaging>
 
   <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name>
@@ -145,7 +145,7 @@
      <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RemoteObjectAMFTest</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
 
diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 29c13fd..2cec5a2 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -146,7 +146,7 @@
     <!-- <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RemoteObjectAMFTest</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency> -->
 
diff --git a/examples/crux/CruxGitHubCommitLogViewer/pom.xml b/examples/crux/CruxGitHubCommitLogViewer/pom.xml
index 35b6792..36910f1 100644
--- a/examples/crux/CruxGitHubCommitLogViewer/pom.xml
+++ b/examples/crux/CruxGitHubCommitLogViewer/pom.xml
@@ -107,7 +107,7 @@
     <!--<dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>-->
diff --git a/examples/examples-integrationtests/pom.xml b/examples/examples-integrationtests/pom.xml
index 82281c5..7a4b2f9 100644
--- a/examples/examples-integrationtests/pom.xml
+++ b/examples/examples-integrationtests/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>examples-integrationtests</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Royale: Examples: Integrationtests</name>
@@ -241,152 +241,152 @@
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>TourDeJewel</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
 
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>ASDoc</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>ChartExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>CreateJSExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>DataBindingExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>DataBindingExample_as</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>DataBindingExample_Flat</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>DataGridExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>DateControlsExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>DesktopMap</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RoyaleStore</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RoyaleStore_jquery</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RoyaleTeamPage_MDL</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RoyaleWebsiteStatsViewer</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>HelloWorld</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>ListExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>MapSearch</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>MobileMap</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>MobileStocks</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>MobileTrader</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>StorageExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>StyleExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>TeamPage</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>TodoListSampleApp</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>TreeExample</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>war</type>
     </dependency>
 
diff --git a/examples/jewel/TourDeJewel/pom.xml b/examples/jewel/TourDeJewel/pom.xml
index 69f545d..a97a09e 100644
--- a/examples/jewel/TourDeJewel/pom.xml
+++ b/examples/jewel/TourDeJewel/pom.xml
@@ -50,7 +50,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</outputDirectory>
@@ -58,7 +58,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme</outputDirectory>
@@ -66,7 +66,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</outputDirectory>
@@ -74,7 +74,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme</outputDirectory>
@@ -82,7 +82,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme</outputDirectory>
@@ -90,7 +90,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme</outputDirectory>
@@ -98,7 +98,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</outputDirectory>
@@ -106,7 +106,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</outputDirectory>
@@ -114,7 +114,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</outputDirectory>
@@ -122,7 +122,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</outputDirectory>
@@ -130,7 +130,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme</outputDirectory>
@@ -138,7 +138,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</outputDirectory>
@@ -146,7 +146,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme</outputDirectory>
@@ -154,7 +154,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme</outputDirectory>
@@ -162,7 +162,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme</outputDirectory>
@@ -170,7 +170,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Green-Theme</outputDirectory>
@@ -178,7 +178,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme</outputDirectory>
@@ -186,7 +186,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Red-Theme</outputDirectory>
@@ -194,7 +194,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme</outputDirectory>
@@ -202,7 +202,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme</outputDirectory>
@@ -210,7 +210,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme</outputDirectory>
@@ -218,7 +218,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme</outputDirectory>
@@ -226,7 +226,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme</outputDirectory>
@@ -234,7 +234,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Primary-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme</outputDirectory>
@@ -242,7 +242,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</outputDirectory>
@@ -250,7 +250,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme</outputDirectory>
@@ -258,7 +258,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme</outputDirectory>
@@ -266,7 +266,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme</outputDirectory>
@@ -274,7 +274,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme</outputDirectory>
@@ -282,7 +282,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme</outputDirectory>
@@ -290,7 +290,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</outputDirectory>
@@ -298,7 +298,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</outputDirectory>
@@ -306,7 +306,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme</outputDirectory>
@@ -314,7 +314,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</outputDirectory>
@@ -322,7 +322,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme</outputDirectory>
@@ -330,7 +330,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Dark-NoFlat-Secondary-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme</outputDirectory>
@@ -338,7 +338,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Amethyst-Theme</outputDirectory>
@@ -346,7 +346,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Blue-Theme</outputDirectory>
@@ -354,7 +354,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Emerald-Theme</outputDirectory>
@@ -362,7 +362,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Green-Theme</outputDirectory>
@@ -370,7 +370,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Orange-Theme</outputDirectory>
@@ -378,7 +378,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Red-Theme</outputDirectory>
@@ -386,7 +386,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Sapphire-Theme</outputDirectory>
@@ -394,7 +394,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Sunflower-Theme</outputDirectory>
@@ -402,7 +402,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Topaz-Theme</outputDirectory>
@@ -410,7 +410,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Turquoise-Theme</outputDirectory>
@@ -418,7 +418,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Violet-Theme</outputDirectory>
@@ -426,7 +426,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Emphasized-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Emphasized-Yellow-Theme</outputDirectory>
@@ -434,7 +434,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Amethyst-Theme</outputDirectory>
@@ -442,7 +442,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Blue-Theme</outputDirectory>
@@ -450,7 +450,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Emerald-Theme</outputDirectory>
@@ -458,7 +458,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Green-Theme</outputDirectory>
@@ -466,7 +466,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Orange-Theme</outputDirectory>
@@ -474,7 +474,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Red-Theme</outputDirectory>
@@ -482,7 +482,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Sapphire-Theme</outputDirectory>
@@ -490,7 +490,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Sunflower-Theme</outputDirectory>
@@ -498,7 +498,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Topaz-Theme</outputDirectory>
@@ -506,7 +506,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Turquoise-Theme</outputDirectory>
@@ -514,7 +514,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Violet-Theme</outputDirectory>
@@ -522,7 +522,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Primary-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Primary-Yellow-Theme</outputDirectory>
@@ -530,7 +530,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Amethyst-Theme</outputDirectory>
@@ -538,7 +538,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Blue-Theme</outputDirectory>
@@ -546,7 +546,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Emerald-Theme</outputDirectory>
@@ -554,7 +554,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Green-Theme</outputDirectory>
@@ -562,7 +562,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Orange-Theme</outputDirectory>
@@ -570,7 +570,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Red-Theme</outputDirectory>
@@ -578,7 +578,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Sapphire-Theme</outputDirectory>
@@ -586,7 +586,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Sunflower-Theme</outputDirectory>
@@ -594,7 +594,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Topaz-Theme</outputDirectory>
@@ -602,7 +602,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Turquoise-Theme</outputDirectory>
@@ -610,7 +610,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Violet-Theme</outputDirectory>
@@ -618,7 +618,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-Flat-Secondary-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-Flat-Secondary-Yellow-Theme</outputDirectory>
@@ -626,7 +626,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</outputDirectory>
@@ -634,7 +634,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme</outputDirectory>
@@ -642,7 +642,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme</outputDirectory>
@@ -650,7 +650,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme</outputDirectory>
@@ -658,7 +658,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme</outputDirectory>
@@ -666,7 +666,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme</outputDirectory>
@@ -674,7 +674,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</outputDirectory>
@@ -682,7 +682,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</outputDirectory>
@@ -690,7 +690,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme</outputDirectory>
@@ -698,7 +698,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</outputDirectory>
@@ -706,7 +706,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme</outputDirectory>
@@ -714,7 +714,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Emphasized-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme</outputDirectory>
@@ -722,7 +722,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme</outputDirectory>
@@ -730,7 +730,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Blue-Theme</outputDirectory>
@@ -738,7 +738,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme</outputDirectory>
@@ -746,7 +746,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Green-Theme</outputDirectory>
@@ -754,7 +754,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Orange-Theme</outputDirectory>
@@ -762,7 +762,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Red-Theme</outputDirectory>
@@ -770,7 +770,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme</outputDirectory>
@@ -778,7 +778,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme</outputDirectory>
@@ -786,7 +786,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme</outputDirectory>
@@ -794,7 +794,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme</outputDirectory>
@@ -802,7 +802,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Violet-Theme</outputDirectory>
@@ -810,7 +810,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Primary-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme</outputDirectory>
@@ -818,7 +818,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Amethyst-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme</outputDirectory>
@@ -826,7 +826,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Blue-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme</outputDirectory>
@@ -834,7 +834,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Emerald-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme</outputDirectory>
@@ -842,7 +842,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Green-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Green-Theme</outputDirectory>
@@ -850,7 +850,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Orange-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme</outputDirectory>
@@ -858,7 +858,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Red-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Red-Theme</outputDirectory>
@@ -866,7 +866,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme</outputDirectory>
@@ -874,7 +874,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Sunflower-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme</outputDirectory>
@@ -882,7 +882,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Topaz-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme</outputDirectory>
@@ -890,7 +890,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Turquoise-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme</outputDirectory>
@@ -898,7 +898,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Violet-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme</outputDirectory>
@@ -906,7 +906,7 @@
                 <artifactItem>
                   <groupId>org.apache.royale.framework</groupId>
                   <artifactId>Jewel-Light-NoFlat-Secondary-Yellow-Theme</artifactId>
-                  <version>0.9.7-SNAPSHOT</version>
+                  <version>0.9.8-SNAPSHOT</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   <outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme</outputDirectory>
diff --git a/examples/jewel/royale-website/pom.xml b/examples/jewel/royale-website/pom.xml
index 56e20ce..f9c9949 100644
--- a/examples/jewel/royale-website/pom.xml
+++ b/examples/jewel/royale-website/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-jewel</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>royale-website</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Jewel: Royale Website</name>
@@ -67,28 +67,28 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Formatters</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Icons</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>JewelTheme</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <scope>theme</scope>
       <classifier>js</classifier>
@@ -102,35 +102,35 @@
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Formatters</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Jewel</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Icons</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>HTML</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Network</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
diff --git a/examples/mxroyale/FileReference/pom.xml b/examples/mxroyale/FileReference/pom.xml
index 9fb2f64..339c3e7 100644
--- a/examples/mxroyale/FileReference/pom.xml
+++ b/examples/mxroyale/FileReference/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-mxroyale</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>FileReference-MXRoyale</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: MXRoyale: FileReference</name>
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>BasicTheme</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <scope>theme</scope>
       <classifier>js</classifier>
diff --git a/examples/pom.xml b/examples/pom.xml
index 109a2ef..c2c5a4d 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.7-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/examples/royale/ColorPickerExample/pom.xml b/examples/royale/ColorPickerExample/pom.xml
index 335d41b..46486c6 100644
--- a/examples/royale/ColorPickerExample/pom.xml
+++ b/examples/royale/ColorPickerExample/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-royale</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>ColorPickerExample</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: ColorPicker</name>
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Basic</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>BasicTheme</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <scope>theme</scope>
     </dependency>
@@ -76,7 +76,7 @@
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Basic</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
diff --git a/examples/royale/FileProxy/pom.xml b/examples/royale/FileProxy/pom.xml
index 209dc8f..4c7a020 100644
--- a/examples/royale/FileProxy/pom.xml
+++ b/examples/royale/FileProxy/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-royale</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>FileProxy</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: FileProxy</name>
@@ -58,14 +58,14 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Basic</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>BasicTheme</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <scope>theme</scope>
       <classifier>js</classifier>
@@ -79,7 +79,7 @@
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Basic</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
diff --git a/examples/royale/RemoteObjectAMFTestBasic/pom.xml b/examples/royale/RemoteObjectAMFTestBasic/pom.xml
index e822214..c01d031 100644
--- a/examples/royale/RemoteObjectAMFTestBasic/pom.xml
+++ b/examples/royale/RemoteObjectAMFTestBasic/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-royale</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>RemoteObjectAMFTestBasic</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: RemoteObjectAMFTestBasic</name>
@@ -66,14 +66,14 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>Reflection</artifactId>
-        <version>0.9.7-SNAPSHOT</version>
+        <version>0.9.8-SNAPSHOT</version>
         <type>swc</type>
         <classifier>js</classifier>
     </dependency>
@@ -86,14 +86,14 @@
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Reflection</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Network</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
diff --git a/frameworks/projects/Ace/pom.xml b/frameworks/projects/Ace/pom.xml
index 816a20b..9d4b0b2 100644
--- a/frameworks/projects/Ace/pom.xml
+++ b/frameworks/projects/Ace/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.framework</groupId>
     <artifactId>projects</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>Ace</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>swc</packaging>
 
   <name>Apache Royale: Framework: Libs: Ace</name>
@@ -67,14 +67,14 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Core</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Basic</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
@@ -96,14 +96,14 @@
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Core</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Basic</artifactId>
-          <version>0.9.7-SNAPSHOT</version>
+          <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml
index 104b11f..4bb4243 100644
--- a/manualtests/UnitTests/pom.xml
+++ b/manualtests/UnitTests/pom.xml
@@ -61,7 +61,7 @@
 						-swf-version=30;
 						-js-default-initializers;
 						-source-map=true;
-						-compiler.exclude-defaults-css-files=MXRoyale-0.9.7-SNAPSHOT-js.swc:defaults.css;
+						-compiler.exclude-defaults-css-files=MXRoyale-0.9.8-SNAPSHOT-js.swc:defaults.css;
 						-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta,Transient;
 						-keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta,Transient;
 					</additionalCompilerOptions>
@@ -131,8 +131,8 @@
 								-swf-version=30;
 								-js-default-initializers;
 								-source-map=true;
-								-compiler.exclude-defaults-css-files=MXRoyale-0.9.7-SNAPSHOT-js.swc:defaults.css;
-								-compiler.exclude-defaults-css-files=MXRoyale-0.9.7-SNAPSHOT-swf.swc:defaults.css;
+								-compiler.exclude-defaults-css-files=MXRoyale-0.9.8-SNAPSHOT-js.swc:defaults.css;
+								-compiler.exclude-defaults-css-files=MXRoyale-0.9.8-SNAPSHOT-swf.swc:defaults.css;
 								-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta,Transient;
 								-keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta,Transient;
 							</additionalCompilerOptions>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 4e99fb9..2750628 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.7-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/pom.xml b/pom.xml
index 38f192f..99aa241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,8 +56,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-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.7-SNAPSHOT</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>
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index c48b8cc..ab11ce4 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.framework</groupId>
     <artifactId>royale-framework-parent</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>testsuite</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.8-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Royale: Testsuite</name>