This is an automated email from the ASF dual-hosted git repository. aharui 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 c33a40f update other poms to next version c33a40f is described below commit c33a40ff99499f487cf0b4487f8a4133eba7e734 Author: Alex Harui <aha...@apache.org> AuthorDate: Thu Jan 11 19:14:50 2018 -0800 update other poms to next version --- archetypes/pom.xml | 2 +- distribution/jars/compc/pom.xml | 6 +- distribution/jars/compiler-asc/pom.xml | 6 +- distribution/jars/compiler-compc/pom.xml | 6 +- distribution/jars/compiler-mxmlc/pom.xml | 6 +- distribution/jars/compiler-optimizer/pom.xml | 6 +- distribution/jars/compiler-swfdump/pom.xml | 8 +- distribution/jars/mxmlc/pom.xml | 6 +- distribution/pom.xml | 122 ++++++++++----------- examples/amf/SampleAmfWebApp/pom.xml | 4 +- examples/amf/pom.xml | 4 +- examples/examples-integrationtests/pom.xml | 52 ++++----- examples/examples-tests/pom.xml | 4 +- examples/express/DataBindingExample/pom.xml | 8 +- examples/express/DataGridExample/pom.xml | 4 +- examples/express/pom.xml | 18 +-- examples/native/AngularExample/pom.xml | 4 +- examples/native/ButtonExample/pom.xml | 4 +- examples/native/USStatesMap/pom.xml | 6 +- examples/native/pom.xml | 4 +- examples/node/HelloWorld/pom.xml | 4 +- examples/node/pom.xml | 4 +- examples/pom.xml | 6 +- examples/royale/ASDoc/pom.xml | 8 +- examples/royale/AccordionExample/pom.xml | 4 +- examples/royale/ChartExample/pom.xml | 8 +- examples/royale/CordovaCameraExample/pom.xml | 8 +- examples/royale/CreateJSExample/pom.xml | 8 +- examples/royale/DataBindingExample/pom.xml | 8 +- .../DataBindingExampleWithFlexLayout/pom.xml | 8 +- examples/royale/DataBindingExample_Flat/pom.xml | 10 +- examples/royale/DataBindingExample_as/pom.xml | 8 +- examples/royale/DataGridExample/pom.xml | 4 +- examples/royale/DateControlsExample/pom.xml | 8 +- examples/royale/DebuggingExample/pom.xml | 8 +- examples/royale/DesktopMap/pom.xml | 8 +- examples/royale/DragAndDropExample/pom.xml | 8 +- examples/royale/Flex2Royale/pom.xml | 8 +- examples/royale/HTMLElements/pom.xml | 4 +- examples/royale/HelloWorld/pom.xml | 4 +- examples/royale/ListExample/pom.xml | 8 +- examples/royale/MDLBlogExample/pom.xml | 6 +- examples/royale/MDLDynamicTableExample/pom.xml | 6 +- examples/royale/MDLDynamicTabsExample/pom.xml | 6 +- examples/royale/MDLExample/pom.xml | 6 +- examples/royale/MapSearch/pom.xml | 8 +- examples/royale/MobileMap/pom.xml | 12 +- examples/royale/MobileStocks/pom.xml | 24 ++-- examples/royale/MobileTrader/pom.xml | 16 +-- examples/royale/ModuleExample/MainApp/pom.xml | 4 +- examples/royale/ModuleExample/Module/pom.xml | 4 +- examples/royale/ModuleExample/pom.xml | 4 +- examples/royale/RemoteObjectAMFTest/pom.xml | 12 +- examples/royale/RoyaleStore/pom.xml | 20 ++-- examples/royale/RoyaleStore_jquery/pom.xml | 24 ++-- examples/royale/RoyaleTeamPage_MDL/pom.xml | 10 +- examples/royale/RoyaleWebsiteStatsViewer/pom.xml | 12 +- examples/royale/StorageExample/pom.xml | 12 +- examples/royale/StyleExample/pom.xml | 8 +- examples/royale/TableExample/pom.xml | 4 +- examples/royale/TeamPage/pom.xml | 8 +- examples/royale/TodoListSampleApp/pom.xml | 4 +- examples/royale/TreeExample/pom.xml | 4 +- examples/royale/pom.xml | 30 ++--- frameworks/projects/Testing/pom.xml | 2 +- manualtests/UnitTests/pom.xml | 8 +- manualtests/pom.xml | 28 ++--- pom.xml | 4 +- testsuite/pom.xml | 4 +- 69 files changed, 357 insertions(+), 357 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index d855787..91dad02 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -34,7 +34,7 @@ <description>Maven archetypes for creating royale maven projects</description> <properties> - <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version> + <royale.framework.version>0.9.1-SNAPSHOT</royale.framework.version> </properties> <modules> diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml index 0b26bd9..bdaa66d 100644 --- a/distribution/jars/compc/pom.xml +++ b/distribution/jars/compc/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>flex-compiler-oem</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/jars/compiler-asc/pom.xml b/distribution/jars/compiler-asc/pom.xml index a9898e9..3801282 100644 --- a/distribution/jars/compiler-asc/pom.xml +++ b/distribution/jars/compiler-asc/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-asc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/jars/compiler-compc/pom.xml b/distribution/jars/compiler-compc/pom.xml index bf0b711..ee724ad 100644 --- a/distribution/jars/compiler-compc/pom.xml +++ b/distribution/jars/compiler-compc/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-compc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/jars/compiler-mxmlc/pom.xml b/distribution/jars/compiler-mxmlc/pom.xml index 0c5f181..043e630 100644 --- a/distribution/jars/compiler-mxmlc/pom.xml +++ b/distribution/jars/compiler-mxmlc/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-mxmlc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/jars/compiler-optimizer/pom.xml b/distribution/jars/compiler-optimizer/pom.xml index a0f8408..8bb6b4f 100644 --- a/distribution/jars/compiler-optimizer/pom.xml +++ b/distribution/jars/compiler-optimizer/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-optimizer</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/jars/compiler-swfdump/pom.xml b/distribution/jars/compiler-swfdump/pom.xml index 3cea5cf..005522a 100644 --- a/distribution/jars/compiler-swfdump/pom.xml +++ b/distribution/jars/compiler-swfdump/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-swfdump</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,12 +53,12 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.6</version> </dependency> </dependencies> diff --git a/distribution/jars/mxmlc/pom.xml b/distribution/jars/mxmlc/pom.xml index dd2a80d..68d6e07 100644 --- a/distribution/jars/mxmlc/pom.xml +++ b/distribution/jars/mxmlc/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>mxmlc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <build> <plugins> @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/pom.xml b/distribution/pom.xml index 63657eb..4e08ff8 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>distribution</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Distribution</name> @@ -54,166 +54,166 @@ <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>flex-compiler-oem</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>royale-ant-tasks</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>debugger</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler-jx</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <!-- Add the framework swc modules --> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Binding</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Collections</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Flat</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML5</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Storage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>XML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> </dependency> @@ -221,161 +221,161 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Binding</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Collections</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Flat</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML5</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Storage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>XML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -450,7 +450,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> @@ -465,37 +465,37 @@ <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>mxmlc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-asc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-compc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-mxmlc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-optimizer</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> <artifactId>compiler-swfdump</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml index 1d9396a..375027a 100644 --- a/examples/amf/SampleAmfWebApp/pom.xml +++ b/examples/amf/SampleAmfWebApp/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.3.2.RELEASE</version> + <version>5.0.2.RELEASE</version> </dependency> <!-- @@ -97,7 +97,7 @@ <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>RemoteObjectAMFTest</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> diff --git a/examples/amf/pom.xml b/examples/amf/pom.xml index 8be147f..8f77653 100644 --- a/examples/amf/pom.xml +++ b/examples/amf/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-amf-server</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples: AMF Server</name> diff --git a/examples/examples-integrationtests/pom.xml b/examples/examples-integrationtests/pom.xml index 3a1c94f..7a172d4 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.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-integrationtests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Royale: Examples: Integrationtests</name> @@ -244,31 +244,31 @@ <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>ASDoc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>ChartExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>CreateJSExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>DataBindingExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>DataBindingExample_as</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> @@ -280,115 +280,115 @@ <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>DataGridExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>DateControlsExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>DesktopMap</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>RoyaleStore</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>RoyaleStore_jquery</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>RoyaleTeamPage_MDL</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>RoyaleWebsiteStatsViewer</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>HelloWorld</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>ListExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>MapSearch</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>MDLExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>MobileMap</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>MobileStocks</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>MobileTrader</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>StorageExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>StyleExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>TeamPage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>TodoListSampleApp</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>TreeExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> </dependency> diff --git a/examples/examples-tests/pom.xml b/examples/examples-tests/pom.xml index f5a6bc5..f6c8419 100644 --- a/examples/examples-tests/pom.xml +++ b/examples/examples-tests/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-tests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <name>Apache Royale: Examples: Example-Tests</name> diff --git a/examples/express/DataBindingExample/pom.xml b/examples/express/DataBindingExample/pom.xml index 01b212b..6e1c049 100644 --- a/examples/express/DataBindingExample/pom.xml +++ b/examples/express/DataBindingExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DataBindingExample-Express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Express: DataBindingExample</name> @@ -58,14 +58,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/express/DataGridExample/pom.xml b/examples/express/DataGridExample/pom.xml index aaadd81..8e005b2 100644 --- a/examples/express/DataGridExample/pom.xml +++ b/examples/express/DataGridExample/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DataGridExample-Express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Express: DataGridExample</name> diff --git a/examples/express/pom.xml b/examples/express/pom.xml index 590497b..36479c9 100644 --- a/examples/express/pom.xml +++ b/examples/express/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples: Express</name> @@ -72,42 +72,42 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Express</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-tests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> diff --git a/examples/native/AngularExample/pom.xml b/examples/native/AngularExample/pom.xml index b9fbc6b..f49958c 100644 --- a/examples/native/AngularExample/pom.xml +++ b/examples/native/AngularExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-native</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>AngularExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Native: AngularExample</name> diff --git a/examples/native/ButtonExample/pom.xml b/examples/native/ButtonExample/pom.xml index 9c0ef38..21460a4 100644 --- a/examples/native/ButtonExample/pom.xml +++ b/examples/native/ButtonExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-native</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>ButtonExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Native: ButtonExample</name> diff --git a/examples/native/USStatesMap/pom.xml b/examples/native/USStatesMap/pom.xml index 5196db9..99cda9c 100644 --- a/examples/native/USStatesMap/pom.xml +++ b/examples/native/USStatesMap/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-native</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>USStatesMap</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Native: USStatesMap</name> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/native/pom.xml b/examples/native/pom.xml index 866b0b4..eb0c931 100644 --- a/examples/native/pom.xml +++ b/examples/native/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-native</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples: Native</name> diff --git a/examples/node/HelloWorld/pom.xml b/examples/node/HelloWorld/pom.xml index e7ba16c..8557dba 100644 --- a/examples/node/HelloWorld/pom.xml +++ b/examples/node/HelloWorld/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-node</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <groupId>org.apache.royale.examples.node</groupId> <artifactId>Node-HelloWorld</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: NodeJS: HelloWorld</name> diff --git a/examples/node/pom.xml b/examples/node/pom.xml index 4be92fe..70cf655 100644 --- a/examples/node/pom.xml +++ b/examples/node/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-node</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples: NodeJS</name> diff --git a/examples/pom.xml b/examples/pom.xml index abe6159..6a65d49 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,19 +23,19 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples</name> <properties> <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir> - <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version> + <royale.framework.version>0.9.1-SNAPSHOT</royale.framework.version> </properties> <modules> diff --git a/examples/royale/ASDoc/pom.xml b/examples/royale/ASDoc/pom.xml index 1bf2d7d..5182da2 100644 --- a/examples/royale/ASDoc/pom.xml +++ b/examples/royale/ASDoc/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>ASDoc</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: ASDoc</name> @@ -50,14 +50,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/AccordionExample/pom.xml b/examples/royale/AccordionExample/pom.xml index b8b894f..9ed4411 100644 --- a/examples/royale/AccordionExample/pom.xml +++ b/examples/royale/AccordionExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>AccordionExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: AccordionExample</name> diff --git a/examples/royale/ChartExample/pom.xml b/examples/royale/ChartExample/pom.xml index 40eb7d3..264b462 100644 --- a/examples/royale/ChartExample/pom.xml +++ b/examples/royale/ChartExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>ChartExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: ChartExample</name> @@ -63,14 +63,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/CordovaCameraExample/pom.xml b/examples/royale/CordovaCameraExample/pom.xml index 8db4f91..6675ba1 100644 --- a/examples/royale/CordovaCameraExample/pom.xml +++ b/examples/royale/CordovaCameraExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>CordovaCameraExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: CordovaCameraExample</name> @@ -61,14 +61,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/CreateJSExample/pom.xml b/examples/royale/CreateJSExample/pom.xml index 59a2ff7..100e41b 100644 --- a/examples/royale/CreateJSExample/pom.xml +++ b/examples/royale/CreateJSExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>CreateJSExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: CreateJSExample</name> @@ -63,14 +63,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DataBindingExample/pom.xml b/examples/royale/DataBindingExample/pom.xml index 8ad6f3f..1fe39cb 100644 --- a/examples/royale/DataBindingExample/pom.xml +++ b/examples/royale/DataBindingExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DataBindingExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DataBindingExample</name> @@ -57,14 +57,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DataBindingExampleWithFlexLayout/pom.xml b/examples/royale/DataBindingExampleWithFlexLayout/pom.xml index e8b2df6..6962275 100644 --- a/examples/royale/DataBindingExampleWithFlexLayout/pom.xml +++ b/examples/royale/DataBindingExampleWithFlexLayout/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DataBindingExampleWithFlexLayout</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DataBindingExampleWithLayout</name> @@ -59,14 +59,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DataBindingExample_Flat/pom.xml b/examples/royale/DataBindingExample_Flat/pom.xml index 35cd17e..1240e1a 100644 --- a/examples/royale/DataBindingExample_Flat/pom.xml +++ b/examples/royale/DataBindingExample_Flat/pom.xml @@ -107,28 +107,28 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Flat</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Flat</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -137,7 +137,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>war</type> <scope>runtime</scope> </dependency> diff --git a/examples/royale/DataBindingExample_as/pom.xml b/examples/royale/DataBindingExample_as/pom.xml index 2852a91..3f5ef97 100644 --- a/examples/royale/DataBindingExample_as/pom.xml +++ b/examples/royale/DataBindingExample_as/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DataBindingExample_as</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DataBindingExample_as</name> @@ -68,14 +68,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DataGridExample/pom.xml b/examples/royale/DataGridExample/pom.xml index 3d09be5..fbabccf 100644 --- a/examples/royale/DataGridExample/pom.xml +++ b/examples/royale/DataGridExample/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DataGridExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DataGridExample</name> diff --git a/examples/royale/DateControlsExample/pom.xml b/examples/royale/DateControlsExample/pom.xml index e9acd5f..58331d6 100644 --- a/examples/royale/DateControlsExample/pom.xml +++ b/examples/royale/DateControlsExample/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DateControlsExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DateControlsExample</name> @@ -60,14 +60,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DebuggingExample/pom.xml b/examples/royale/DebuggingExample/pom.xml index 8377299..6199fce 100644 --- a/examples/royale/DebuggingExample/pom.xml +++ b/examples/royale/DebuggingExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DebuggingExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DebuggingExample</name> @@ -57,14 +57,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DesktopMap/pom.xml b/examples/royale/DesktopMap/pom.xml index 4d2f5e5..d7a41f7 100644 --- a/examples/royale/DesktopMap/pom.xml +++ b/examples/royale/DesktopMap/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DesktopMap</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DesktopMap</name> @@ -64,14 +64,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/DragAndDropExample/pom.xml b/examples/royale/DragAndDropExample/pom.xml index 672e3b4..8a27f82 100644 --- a/examples/royale/DragAndDropExample/pom.xml +++ b/examples/royale/DragAndDropExample/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>DragAndDropExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: DragAndDropExample</name> @@ -53,14 +53,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/Flex2Royale/pom.xml b/examples/royale/Flex2Royale/pom.xml index 425c3b6..5ab0c3d 100644 --- a/examples/royale/Flex2Royale/pom.xml +++ b/examples/royale/Flex2Royale/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>Flex2Royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale - Examples: Royale: Flex2Royale</name> @@ -57,14 +57,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/HTMLElements/pom.xml b/examples/royale/HTMLElements/pom.xml index 08d7f51..e165b33 100644 --- a/examples/royale/HTMLElements/pom.xml +++ b/examples/royale/HTMLElements/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>HTMLElements</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: HTMLElements</name> diff --git a/examples/royale/HelloWorld/pom.xml b/examples/royale/HelloWorld/pom.xml index fc588d8..0c152af 100644 --- a/examples/royale/HelloWorld/pom.xml +++ b/examples/royale/HelloWorld/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>HelloWorld</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: HelloWorld</name> diff --git a/examples/royale/ListExample/pom.xml b/examples/royale/ListExample/pom.xml index dbee60d..a3084cb 100644 --- a/examples/royale/ListExample/pom.xml +++ b/examples/royale/ListExample/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>ListExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: ListExample</name> @@ -53,14 +53,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MDLBlogExample/pom.xml b/examples/royale/MDLBlogExample/pom.xml index c39a9a4..8003e23 100644 --- a/examples/royale/MDLBlogExample/pom.xml +++ b/examples/royale/MDLBlogExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MDLBlogExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MDLBlogExample</name> @@ -66,7 +66,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MDLDynamicTableExample/pom.xml b/examples/royale/MDLDynamicTableExample/pom.xml index eab44b5..a0fbb31 100644 --- a/examples/royale/MDLDynamicTableExample/pom.xml +++ b/examples/royale/MDLDynamicTableExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MDLDynamicTableExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MDLDynamicTableExample</name> @@ -65,7 +65,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MDLDynamicTabsExample/pom.xml b/examples/royale/MDLDynamicTabsExample/pom.xml index 73a347e..737267c 100644 --- a/examples/royale/MDLDynamicTabsExample/pom.xml +++ b/examples/royale/MDLDynamicTabsExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MDLDynamicTabsExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>MDLDynamicTabsExample</name> @@ -60,7 +60,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MDLExample/pom.xml b/examples/royale/MDLExample/pom.xml index 1a05f33..f0d2a3b 100644 --- a/examples/royale/MDLExample/pom.xml +++ b/examples/royale/MDLExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MDLExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MDLExample</name> @@ -65,7 +65,7 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MapSearch/pom.xml b/examples/royale/MapSearch/pom.xml index 4b2c1cc..eaa48a1 100644 --- a/examples/royale/MapSearch/pom.xml +++ b/examples/royale/MapSearch/pom.xml @@ -33,11 +33,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MapSearch</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MapSearch</name> @@ -68,14 +68,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MobileMap/pom.xml b/examples/royale/MobileMap/pom.xml index 1dcb9b4..2902d92 100644 --- a/examples/royale/MobileMap/pom.xml +++ b/examples/royale/MobileMap/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MobileMap</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MobileMap</name> @@ -66,28 +66,28 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MobileStocks/pom.xml b/examples/royale/MobileStocks/pom.xml index 4c10ea3..3613078 100644 --- a/examples/royale/MobileStocks/pom.xml +++ b/examples/royale/MobileStocks/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MobileStocks</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MobileStocks</name> @@ -68,70 +68,70 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Storage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Storage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>XML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>XML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/MobileTrader/pom.xml b/examples/royale/MobileTrader/pom.xml index 3f6738b..441344b 100644 --- a/examples/royale/MobileTrader/pom.xml +++ b/examples/royale/MobileTrader/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MobileTrader</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: MobileTrader</name> @@ -68,42 +68,42 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/ModuleExample/MainApp/pom.xml b/examples/royale/ModuleExample/MainApp/pom.xml index be83978..db0346e 100644 --- a/examples/royale/ModuleExample/MainApp/pom.xml +++ b/examples/royale/ModuleExample/MainApp/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale-ModuleExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>MainApp</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: ModuleExample: MainApp</name> diff --git a/examples/royale/ModuleExample/Module/pom.xml b/examples/royale/ModuleExample/Module/pom.xml index a2f7ae0..79401b3 100644 --- a/examples/royale/ModuleExample/Module/pom.xml +++ b/examples/royale/ModuleExample/Module/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale-ModuleExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>Module</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: ModuleExample: Module</name> diff --git a/examples/royale/ModuleExample/pom.xml b/examples/royale/ModuleExample/pom.xml index bbe5ea2..e8897e7 100644 --- a/examples/royale/ModuleExample/pom.xml +++ b/examples/royale/ModuleExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-royale-ModuleExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples: Royale: ModuleExample</name> diff --git a/examples/royale/RemoteObjectAMFTest/pom.xml b/examples/royale/RemoteObjectAMFTest/pom.xml index 4a1508d..8a98201 100644 --- a/examples/royale/RemoteObjectAMFTest/pom.xml +++ b/examples/royale/RemoteObjectAMFTest/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>RemoteObjectAMFTest</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: RemoteObjectAMFTest</name> @@ -83,28 +83,28 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/RoyaleStore/pom.xml b/examples/royale/RoyaleStore/pom.xml index 89334ac..ee9081d 100644 --- a/examples/royale/RoyaleStore/pom.xml +++ b/examples/royale/RoyaleStore/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>RoyaleStore</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: RoyaleStore</name> @@ -71,56 +71,56 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/RoyaleStore_jquery/pom.xml b/examples/royale/RoyaleStore_jquery/pom.xml index adfea1c..3b4ff93 100644 --- a/examples/royale/RoyaleStore_jquery/pom.xml +++ b/examples/royale/RoyaleStore_jquery/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>RoyaleStore_jquery</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: RoyaleStore_jquery</name> @@ -58,70 +58,70 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Effects</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/RoyaleTeamPage_MDL/pom.xml b/examples/royale/RoyaleTeamPage_MDL/pom.xml index e2972da..94a713a 100644 --- a/examples/royale/RoyaleTeamPage_MDL/pom.xml +++ b/examples/royale/RoyaleTeamPage_MDL/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>RoyaleTeamPage_MDL</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: RoyaleTeamPage_MDL</name> @@ -65,21 +65,21 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/RoyaleWebsiteStatsViewer/pom.xml b/examples/royale/RoyaleWebsiteStatsViewer/pom.xml index 5bf180c..335b0e5 100644 --- a/examples/royale/RoyaleWebsiteStatsViewer/pom.xml +++ b/examples/royale/RoyaleWebsiteStatsViewer/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>RoyaleWebsiteStatsViewer</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: RoyaleWebsiteStatsViewer</name> @@ -58,28 +58,28 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Charts</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/StorageExample/pom.xml b/examples/royale/StorageExample/pom.xml index 3987b1a..7526c0b 100644 --- a/examples/royale/StorageExample/pom.xml +++ b/examples/royale/StorageExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>StorageExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: StorageExample</name> @@ -61,28 +61,28 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Storage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Storage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/StyleExample/pom.xml b/examples/royale/StyleExample/pom.xml index a6ef6ce..d96d86e 100644 --- a/examples/royale/StyleExample/pom.xml +++ b/examples/royale/StyleExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>StyleExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: StyleExample</name> @@ -58,14 +58,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/TableExample/pom.xml b/examples/royale/TableExample/pom.xml index 590d56f..5790f81 100644 --- a/examples/royale/TableExample/pom.xml +++ b/examples/royale/TableExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>TableExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: TableExample</name> diff --git a/examples/royale/TeamPage/pom.xml b/examples/royale/TeamPage/pom.xml index f89258c..3a38471 100644 --- a/examples/royale/TeamPage/pom.xml +++ b/examples/royale/TeamPage/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>TeamPage</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: TeamPage</name> @@ -52,14 +52,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/examples/royale/TodoListSampleApp/pom.xml b/examples/royale/TodoListSampleApp/pom.xml index c6c9f4b..3763497 100644 --- a/examples/royale/TodoListSampleApp/pom.xml +++ b/examples/royale/TodoListSampleApp/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>TodoListSampleApp</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: TodoListSampleApp</name> diff --git a/examples/royale/TreeExample/pom.xml b/examples/royale/TreeExample/pom.xml index e46a643..aba753b 100644 --- a/examples/royale/TreeExample/pom.xml +++ b/examples/royale/TreeExample/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>TreeExample</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: Examples: Royale: TreeExample</name> diff --git a/examples/royale/pom.xml b/examples/royale/pom.xml index 045e75d..02727a8 100644 --- a/examples/royale/pom.xml +++ b/examples/royale/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.royale.examples</groupId> <artifactId>examples</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>examples-royale</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Royale: Examples: Royale</name> @@ -110,84 +110,84 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Collections</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Collections</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Binding</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Binding</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -196,7 +196,7 @@ <dependency> <groupId>org.apache.royale.examples</groupId> <artifactId>examples-tests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> diff --git a/frameworks/projects/Testing/pom.xml b/frameworks/projects/Testing/pom.xml index f7bbf13..82f2449 100644 --- a/frameworks/projects/Testing/pom.xml +++ b/frameworks/projects/Testing/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>Testing</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Royale: Framework: Libs: Testing</name> diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml index 8511005..9189446 100644 --- a/manualtests/UnitTests/pom.xml +++ b/manualtests/UnitTests/pom.xml @@ -25,10 +25,10 @@ <parent> <groupId>org.apache.royale.manualtests</groupId> <artifactId>manualtests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>UnitTests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Royale: ManualTests: UnitTests</name> @@ -156,14 +156,14 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/manualtests/pom.xml b/manualtests/pom.xml index 6463dde..fc2a147 100644 --- a/manualtests/pom.xml +++ b/manualtests/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.royale.framework</groupId> <artifactId>royale-framework-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.apache.royale.manualtests</groupId> <artifactId>manualtests</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -76,84 +76,84 @@ <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Language</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>HTML</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Collections</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Collections</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Binding</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Binding</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> diff --git a/pom.xml b/pom.xml index 4e41e6a..e1fa1cd 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,8 @@ <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> <maven.version>3.3.1</maven.version> - <royale.compiler.version>0.9.0-SNAPSHOT</royale.compiler.version> - <royale.typedefs.version>0.9.0-SNAPSHOT</royale.typedefs.version> + <royale.compiler.version>0.9.1-SNAPSHOT</royale.compiler.version> + <royale.typedefs.version>0.9.1-SNAPSHOT</royale.typedefs.version> <royale.build-tools.version>1.0.0</royale.build-tools.version> <royale.debug>true</royale.debug> diff --git a/testsuite/pom.xml b/testsuite/pom.xml index b3f4f54..1c531f8 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.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>testsuite</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Royale: Testsuite</name> -- To stop receiving notification emails like this one, please contact ['"commits@royale.apache.org" <commits@royale.apache.org>'].