This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit a7c04fb82eebb1d7acda6d49633ea1534e61ad1e Author: Yishay Weiss <[email protected]> AuthorDate: Sun Oct 20 17:06:45 2024 +0100 update version to 0.9.12 --- 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 d9efe7c776..923dfbf6a6 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.11-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 e2740decf0..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.11 +release.version = 0.9.12 # these two are used by CI server -releaseversion = 0.9.11 +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 bab7b79c18..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>SampleAmfWebApp</artifactId> - <version>0.9.11-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.11-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 0c99591c48..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>SampleAmfWebApp</artifactId> - <version>0.9.11-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.11-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 fc7e5b0644..e71b56ab78 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.11-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 9db7fcfcfe..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>BE0015_Using_Jewel_TileHorizontalLayout</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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 d7a3be099c..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>BE0016_Live_Editing_DataGrid.mxml</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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 afbea7b680..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>BE0016_Using_ComboBox</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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 6468631814..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>AppWithLib</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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 72066a40dc..5021c33f19 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.11-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 da861719e0..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>SampleLib</artifactId> - <version>0.9.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> <packaging>swc</packaging> <properties> <!-- <compiler.debug>true</compiler.debug> - <royale.framework.version>0.9.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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 16cf16d014..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>examples-integrationtests</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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 53f580f430..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>royale-website</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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 731981426c..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>DataGridExample-MXRoyale</artifactId> - <version>0.9.11-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.11-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.11-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.11-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 f819cc523e..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>FileReference-MXRoyale</artifactId> - <version>0.9.11-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.11-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 c9f4829f8b..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>TabNavigatorExample-MXRoyale</artifactId> - <version>0.9.11-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.11-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 e6c01f2a2f..cd71f7dc9d 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.11-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 6a5ee0904c..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>RoyaleStore_jquery</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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.11-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 c54edb5974..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>ColorPickerExample</artifactId> - <version>0.9.11-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.11-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.11-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.11-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 8eba2549a1..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.11</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 ef562b2180..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.11</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 11fecd1640..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>FileProxy</artifactId> - <version>0.9.11-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.11-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.11-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.11-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 edd27350ae..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>LocalesExemple</artifactId> - <version>0.9.11-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.11-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.11-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.11-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 7e235edea1..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.11</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 eda4023c22..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.11</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 5f9cfc615b..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.11</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 c200d1b8a6..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>RemoteObjectAMFTestBasic</artifactId> - <version>0.9.11-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.11-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.11-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.11-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.11-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 0929984113..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.11</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 b324631dcc..4b8c8ad32d 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.11-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 ae5e796053..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.11", + "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 7397888521..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.11", + "version": "0.9.12", "description": "Apache Royale (formerly FlexJS)", "keywords": [ "royale", diff --git a/package.json b/package.json index be86c4c5b3..af65e63aa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apache-royale-swf", - "version": "0.9.11", + "version": "0.9.12", "description": "Apache Royale (formerly FlexJS) with SWF support", "keywords": [ "royale", diff --git a/pom.xml b/pom.xml index 55b599f0e8..2712070172 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.11</project.royale.compiler.version> - <royale.typedefs.version>0.9.11</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 bdc04df618..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.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> </parent> <artifactId>testsuite</artifactId> - <version>0.9.11-SNAPSHOT</version> + <version>0.9.12-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Royale: Testsuite</name>
