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 40b71f0  tour-de-jewel-pom.xml: avoid explicit versions, replace with 
${project.version} (but only in plugin configurations)
40b71f0 is described below

commit 40b71f0297ff74d900836cfff146ed96dc7424f4
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Sun May 10 12:46:16 2020 +0200

    tour-de-jewel-pom.xml: avoid explicit versions, replace with 
${project.version} (but only in plugin configurations)
---
 examples/jewel/TourDeJewel/pom.xml | 216 ++++++++++++++++++-------------------
 1 file changed, 108 insertions(+), 108 deletions(-)

diff --git a/examples/jewel/TourDeJewel/pom.xml 
b/examples/jewel/TourDeJewel/pom.xml
index a97a09e..d923e43 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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</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.8-SNAPSHOT</version>
+                  <version>${project.version}</version>
                   <type>swc</type>
                   <classifier>js</classifier>
                   
<outputDirectory>${project.build.directory}/javascript/bin/js-release/assets/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme</outputDirectory>

Reply via email to