This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 73d5c0f10a Revert "some things didn't get bumped to 0.9.13"
73d5c0f10a is described below
commit 73d5c0f10ae12ba1e728baa72d4d70f89f360ed9
Author: Yishay Weiss <[email protected]>
AuthorDate: Sat Dec 7 21:44:16 2024 +0000
Revert "some things didn't get bumped to 0.9.13"
This reverts commit aa01ba66fcc86740fcfb331994497b6369b7fb92.
---
archetypes/pom.xml | 2 +-
build.properties | 4 +-
examples/amf/SampleAmfWebApp/pom-royale-basic.xml | 6 +--
examples/amf/SampleAmfWebApp/pom-royale-jewel.xml | 6 +--
examples/amf/SampleAmfWebApp/pom.xml | 2 +-
.../pom.xml | 14 +++---
examples/blog/BE0016_Live_Editing_DataGrid/pom.xml | 14 +++---
examples/blog/BE0016_Using_ComboBox/pom.xml | 18 ++++----
examples/crux/AppWithLib/pom.xml | 26 +++++------
examples/crux/CruxGitHubCommitLogViewer/pom.xml | 2 +-
examples/crux/SampleLib/pom.xml | 26 +++++------
examples/examples-integrationtests/pom.xml | 54 +++++++++++-----------
examples/jewel/royale-website/pom.xml | 22 ++++-----
examples/mxroyale/DataGridInlineExample/pom.xml | 10 ++--
examples/mxroyale/FileReference/pom.xml | 6 +--
examples/mxroyale/TabNavigatorExample/pom.xml | 6 +--
examples/pom.xml | 2 +-
examples/royale/Ace/pom.xml | 26 +++++------
examples/royale/ColorPickerExample/pom.xml | 10 ++--
.../CordovaCameraExample-app.xml | 2 +-
examples/royale/DesktopMap/DesktopMap-app.xml | 2 +-
examples/royale/FileProxy/pom.xml | 10 ++--
examples/royale/LocalesExemple/pom.xml | 10 ++--
examples/royale/MapSearch/MapSearch-app.xml | 2 +-
examples/royale/MobileMap/MobileMap-app.xml | 2 +-
examples/royale/MobileStocks/MobileStocks-app.xml | 2 +-
examples/royale/RemoteObjectAMFTestBasic/pom.xml | 12 ++---
.../royale/StorageExample/StorageExample-app.xml | 2 +-
manualtests/pom.xml | 2 +-
npm/js-only/package.json | 2 +-
npm/js-swf/package.json | 2 +-
package.json | 2 +-
pom.xml | 4 +-
testsuite/pom.xml | 4 +-
34 files changed, 158 insertions(+), 158 deletions(-)
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 0bec8c4dad..d51fcd7fb1 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,7 +33,7 @@
<description>Maven archetypes for creating royale maven
projects</description>
<properties>
- <royale.framework.version>0.9.13-SNAPSHOT</royale.framework.version>
+ <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
</properties>
<modules>
diff --git a/build.properties b/build.properties
index 67e9af6a7c..071a284290 100644
--- a/build.properties
+++ b/build.properties
@@ -21,9 +21,9 @@
release.name = Apache Royale
# this is the version that appears in the flex-sdk-description <description>
tag
# and on the package name. This is the publicly known version of Royale
-release.version = 0.9.13
+release.version = 0.9.12
# these two are used by CI server
-releaseversion = 0.9.13
+releaseversion = 0.9.12
developbranchname=develop
# fb.release.version must start with 4 in order for FB to accept it.
diff --git a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
index 8c25b31305..4b7669d4d3 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>SampleAmfWebApp</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-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 f07194694c..19c308c956 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>SampleAmfWebApp</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
diff --git a/examples/amf/SampleAmfWebApp/pom.xml
b/examples/amf/SampleAmfWebApp/pom.xml
index 7c30ddb491..5eacad1fa6 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency> -->
diff --git a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
index d887d1816d..ba18ab332d 100644
--- a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
+++ b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-blog</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>BE0015_Using_Jewel_TileHorizontalLayout</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: Blog: 0015: Using Jewel
TileHorizontalLayout</name>
@@ -54,14 +54,14 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>JewelTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -83,14 +83,14 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/blog/BE0016_Live_Editing_DataGrid/pom.xml
b/examples/blog/BE0016_Live_Editing_DataGrid/pom.xml
index 41a0ef9297..11227cee66 100644
--- a/examples/blog/BE0016_Live_Editing_DataGrid/pom.xml
+++ b/examples/blog/BE0016_Live_Editing_DataGrid/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-blog</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>BE0016_Live_Editing_DataGrid.mxml</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: Blog: 0016: Live Editing DataGrid.mxml</name>
@@ -54,14 +54,14 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>JewelTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -83,14 +83,14 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/blog/BE0016_Using_ComboBox/pom.xml
b/examples/blog/BE0016_Using_ComboBox/pom.xml
index e60e9ebdeb..7dbfd795a5 100644
--- a/examples/blog/BE0016_Using_ComboBox/pom.xml
+++ b/examples/blog/BE0016_Using_ComboBox/pom.xml
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-blog</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>BE0016_Using_ComboBox</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: Blog: 0016: Using ComboBox</name>
@@ -52,28 +52,28 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>HTML</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel-Light-NoFlat-Primary-Amethyst-Theme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -87,21 +87,21 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>HTML</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/crux/AppWithLib/pom.xml b/examples/crux/AppWithLib/pom.xml
index 0ac3c2086e..5122684151 100644
--- a/examples/crux/AppWithLib/pom.xml
+++ b/examples/crux/AppWithLib/pom.xml
@@ -25,11 +25,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-crux</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>AppWithLib</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<properties>
@@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-maven-plugin</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<mainClass>AppWithLib.mxml</mainClass>
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-jx</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
@@ -92,7 +92,7 @@
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>SampleLib</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Core</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Basic</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>JewelTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -141,7 +141,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Crux</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>HTML</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Language</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
diff --git a/examples/crux/CruxGitHubCommitLogViewer/pom.xml
b/examples/crux/CruxGitHubCommitLogViewer/pom.xml
index d114d8893f..7d64b233bb 100644
--- a/examples/crux/CruxGitHubCommitLogViewer/pom.xml
+++ b/examples/crux/CruxGitHubCommitLogViewer/pom.xml
@@ -106,7 +106,7 @@
<!--<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>HTML</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>-->
diff --git a/examples/crux/SampleLib/pom.xml b/examples/crux/SampleLib/pom.xml
index 93efe33ae8..a1f61af8bc 100644
--- a/examples/crux/SampleLib/pom.xml
+++ b/examples/crux/SampleLib/pom.xml
@@ -25,16 +25,16 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-crux</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>SampleLib</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swc</packaging>
<properties>
<!-- <compiler.debug>true</compiler.debug>
- <royale.framework.version>0.9.13-SNAPSHOT</royale.framework.version> -->
+ <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version> -->
<compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
<compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
</properties>
@@ -91,7 +91,7 @@
<plugin>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-maven-plugin</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<targets>JSRoyale</targets>
@@ -140,7 +140,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-jx</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
@@ -207,7 +207,7 @@
<dependency>
<groupId>org.apache.royale.typedefs</groupId>
<artifactId>royale-typedefs-gcl</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>typedefs</classifier>
</dependency>
@@ -216,7 +216,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Crux</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -224,7 +224,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Core</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Basic</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -240,7 +240,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -248,7 +248,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -257,7 +257,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>HTML</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
@@ -265,7 +265,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Language</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
diff --git a/examples/examples-integrationtests/pom.xml
b/examples/examples-integrationtests/pom.xml
index 265b2e381a..34b815710c 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>examples-integrationtests</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>ASDoc</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>ChartExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>CreateJSExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>DataBindingExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>DataBindingExample_as</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>DataBindingExample_Flat</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>DataGridExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>DateControlsExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>DesktopMap</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>RoyaleStore</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>RoyaleStore_jquery</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>RoyaleTeamPage_MDL</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>RoyaleWebsiteStatsViewer</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>HelloWorld</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>ListExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>MapSearch</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>MobileMap</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>MobileStocks</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>MobileTrader</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>StorageExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>StyleExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>TeamPage</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>TodoListSampleApp</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.royale.examples</groupId>
<artifactId>TreeExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>war</type>
</dependency>
diff --git a/examples/jewel/royale-website/pom.xml
b/examples/jewel/royale-website/pom.xml
index ba8e72b585..aa94f4fae3 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>royale-website</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Network</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>JewelTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Icons</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>HTML</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Network</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/mxroyale/DataGridInlineExample/pom.xml
b/examples/mxroyale/DataGridInlineExample/pom.xml
index 5a704d7724..4beb8d7af6 100644
--- a/examples/mxroyale/DataGridInlineExample/pom.xml
+++ b/examples/mxroyale/DataGridInlineExample/pom.xml
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-mxroyale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>DataGridExample-MXRoyale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: MXRoyale: DataGridInlineExample</name>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -135,7 +135,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>swf</classifier>
@@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
diff --git a/examples/mxroyale/FileReference/pom.xml
b/examples/mxroyale/FileReference/pom.xml
index 049564ce43..9ac0c9bd15 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>FileReference-MXRoyale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
diff --git a/examples/mxroyale/TabNavigatorExample/pom.xml
b/examples/mxroyale/TabNavigatorExample/pom.xml
index 82a7ea7b5a..f923ca54bd 100644
--- a/examples/mxroyale/TabNavigatorExample/pom.xml
+++ b/examples/mxroyale/TabNavigatorExample/pom.xml
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-mxroyale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>TabNavigatorExample-MXRoyale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: MXRoyale: TabNavigatorExample</name>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
diff --git a/examples/pom.xml b/examples/pom.xml
index 00d9516ca8..1d6031dc37 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -37,7 +37,7 @@
<compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
<!-- In Release mode we only want to copy assets folder content to assets
destination folder, the rest is managed by compiler -->
<compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
- <royale.framework.version>0.9.13-SNAPSHOT</royale.framework.version>
+ <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
</properties>
<modules>
diff --git a/examples/royale/Ace/pom.xml b/examples/royale/Ace/pom.xml
index 9e1c9b6e3d..e7c82870d6 100644
--- a/examples/royale/Ace/pom.xml
+++ b/examples/royale/Ace/pom.xml
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-royale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>RoyaleStore_jquery</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: Royale: RoyaleStore_jquery</name>
@@ -57,42 +57,42 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>DragDrop</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Effects</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Formatters</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Ace</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Network</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -114,35 +114,35 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>DragDrop</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Effects</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Formatters</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Ace</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Network</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/royale/ColorPickerExample/pom.xml
b/examples/royale/ColorPickerExample/pom.xml
index 827c61b49c..58c7d0efa3 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>ColorPickerExample</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
index 2c4859d37c..417fa2c43f 100644
--- a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
+++ b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml
@@ -45,7 +45,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that
represents application version which can be used to check for application
upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a
3-part value.
An updated version of application must have a versionNumber value
higher than the previous version. Required for namespace >= 2.5 . -->
- <versionNumber>0.9.13</versionNumber>
+ <versionNumber>0.9.12</versionNumber>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents
the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
diff --git a/examples/royale/DesktopMap/DesktopMap-app.xml
b/examples/royale/DesktopMap/DesktopMap-app.xml
index d4204c9885..1b19cd054a 100644
--- a/examples/royale/DesktopMap/DesktopMap-app.xml
+++ b/examples/royale/DesktopMap/DesktopMap-app.xml
@@ -45,7 +45,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that
represents application version which can be used to check for application
upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a
3-part value.
An updated version of application must have a versionNumber value
higher than the previous version. Required for namespace >= 2.5 . -->
- <versionNumber>0.9.13</versionNumber>
+ <versionNumber>0.9.12</versionNumber>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents
the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
diff --git a/examples/royale/FileProxy/pom.xml
b/examples/royale/FileProxy/pom.xml
index 8b6839f3b5..bb4a80e4ee 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>FileProxy</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/royale/LocalesExemple/pom.xml
b/examples/royale/LocalesExemple/pom.xml
index cce697a8d1..27a141cb77 100644
--- a/examples/royale/LocalesExemple/pom.xml
+++ b/examples/royale/LocalesExemple/pom.xml
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-royale</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>LocalesExemple</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: Royale: LocalesExemple</name>
@@ -54,14 +54,14 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Basic</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>BasicTheme</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
<classifier>js</classifier>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Basic</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/royale/MapSearch/MapSearch-app.xml
b/examples/royale/MapSearch/MapSearch-app.xml
index e1221d2e0c..2d1ae63f0d 100644
--- a/examples/royale/MapSearch/MapSearch-app.xml
+++ b/examples/royale/MapSearch/MapSearch-app.xml
@@ -45,7 +45,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that
represents application version which can be used to check for application
upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a
3-part value.
An updated version of application must have a versionNumber value
higher than the previous version. Required for namespace >= 2.5 . -->
- <versionNumber>0.9.13</versionNumber>
+ <versionNumber>0.9.12</versionNumber>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents
the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
diff --git a/examples/royale/MobileMap/MobileMap-app.xml
b/examples/royale/MobileMap/MobileMap-app.xml
index 077e16328a..fbfeb2298a 100644
--- a/examples/royale/MobileMap/MobileMap-app.xml
+++ b/examples/royale/MobileMap/MobileMap-app.xml
@@ -45,7 +45,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that
represents application version which can be used to check for application
upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a
3-part value.
An updated version of application must have a versionNumber value
higher than the previous version. Required for namespace >= 2.5 . -->
- <versionNumber>0.9.13</versionNumber>
+ <versionNumber>0.9.12</versionNumber>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents
the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
diff --git a/examples/royale/MobileStocks/MobileStocks-app.xml
b/examples/royale/MobileStocks/MobileStocks-app.xml
index aaf24bb9d5..f08e511918 100644
--- a/examples/royale/MobileStocks/MobileStocks-app.xml
+++ b/examples/royale/MobileStocks/MobileStocks-app.xml
@@ -45,7 +45,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that
represents application version which can be used to check for application
upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a
3-part value.
An updated version of application must have a versionNumber value
higher than the previous version. Required for namespace >= 2.5 . -->
- <versionNumber>0.9.13</versionNumber>
+ <versionNumber>0.9.12</versionNumber>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents
the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
diff --git a/examples/royale/RemoteObjectAMFTestBasic/pom.xml
b/examples/royale/RemoteObjectAMFTestBasic/pom.xml
index 1b3a9dd448..b761ae5060 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>RemoteObjectAMFTestBasic</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Reflection</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Network</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<type>swc</type>
<classifier>swf</classifier>
</dependency>
diff --git a/examples/royale/StorageExample/StorageExample-app.xml
b/examples/royale/StorageExample/StorageExample-app.xml
index 3f20e3251a..fe5d2e0bdf 100644
--- a/examples/royale/StorageExample/StorageExample-app.xml
+++ b/examples/royale/StorageExample/StorageExample-app.xml
@@ -45,7 +45,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that
represents application version which can be used to check for application
upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a
3-part value.
An updated version of application must have a versionNumber value
higher than the previous version. Required for namespace >= 2.5 . -->
- <versionNumber>0.9.13</versionNumber>
+ <versionNumber>0.9.12</versionNumber>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents
the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 1ab277160b..8fe8e6bef6 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -32,7 +32,7 @@
<properties>
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
- <royale.framework.version>0.9.13-SNAPSHOT</royale.framework.version>
+ <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
</properties>
<name>Apache Royale: ManualTests</name>
diff --git a/npm/js-only/package.json b/npm/js-only/package.json
index 33e7d80722..25da76e5c3 100644
--- a/npm/js-only/package.json
+++ b/npm/js-only/package.json
@@ -1,6 +1,6 @@
{
"name": "@apache-royale/royale-js",
- "version": "0.9.13",
+ "version": "0.9.12",
"description": "Apache Royale (formerly FlexJS)",
"keywords": [
"royale",
diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index c80a86fdd7..2aad73aedb 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -1,6 +1,6 @@
{
"name": "@apache-royale/royale-js-swf",
- "version": "0.9.13",
+ "version": "0.9.12",
"description": "Apache Royale (formerly FlexJS)",
"keywords": [
"royale",
diff --git a/package.json b/package.json
index 0501c7d928..af65e63aa0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-royale-swf",
- "version": "0.9.13",
+ "version": "0.9.12",
"description": "Apache Royale (formerly FlexJS) with SWF support",
"keywords": [
"royale",
diff --git a/pom.xml b/pom.xml
index 60c8a599b8..161b087247 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
<maven.version>3.8.1</maven.version>
<royale.build-tools.version>1.2.1</royale.build-tools.version>
-
<project.royale.compiler.version>0.9.13-SNAPSHOT</project.royale.compiler.version>
- <royale.typedefs.version>0.9.13-SNAPSHOT</royale.typedefs.version>
+
<project.royale.compiler.version>0.9.12-SNAPSHOT</project.royale.compiler.version>
+ <royale.typedefs.version>0.9.12-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 cd3d4165cd..d87a8e6044 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.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>testsuite</artifactId>
- <version>0.9.13-SNAPSHOT</version>
+ <version>0.9.12-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Royale: Testsuite</name>