update to next version SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/78f704c1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/78f704c1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/78f704c1 Branch: refs/heads/tlf Commit: 78f704c16e0bb33417c5f8d806f6ed1ffc61b4d5 Parents: 03c53b0 Author: Alex Harui <[email protected]> Authored: Mon Jun 26 09:57:34 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 26 09:57:34 2017 -0700 ---------------------------------------------------------------------- .../flexjs-simple-application-archetype/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../flexjs-simple-library-archetype/pom.xml | 4 +- .../flexjs-simple-typedef-archetype/pom.xml | 4 +- archetypes/pom.xml | 4 +- distribution/jars/compc/pom.xml | 4 +- distribution/jars/falcon-asc/pom.xml | 4 +- distribution/jars/falcon-compc/pom.xml | 4 +- distribution/jars/falcon-mxmlc/pom.xml | 4 +- distribution/jars/falcon-optimizer/pom.xml | 4 +- distribution/jars/falcon-swfdump/pom.xml | 4 +- distribution/jars/mxmlc/pom.xml | 4 +- distribution/pom.xml | 110 +++++++++---------- examples/examples-integrationtests/pom.xml | 54 ++++----- examples/examples-tests/pom.xml | 4 +- examples/express/DataBindingExample/pom.xml | 8 +- examples/express/pom.xml | 18 +-- examples/flexjs/ASDoc/pom.xml | 8 +- examples/flexjs/ChartExample/pom.xml | 8 +- examples/flexjs/CordovaCameraExample/pom.xml | 8 +- examples/flexjs/CreateJSExample/pom.xml | 8 +- examples/flexjs/DataBindingExample/pom.xml | 8 +- examples/flexjs/DataBindingExample_Flat/pom.xml | 14 +-- examples/flexjs/DataBindingExample_as/pom.xml | 8 +- examples/flexjs/DataGridExample/pom.xml | 4 +- examples/flexjs/DateControlsExample/pom.xml | 8 +- examples/flexjs/DesktopMap/pom.xml | 8 +- examples/flexjs/FlexJSStore/pom.xml | 20 ++-- examples/flexjs/FlexJSStore_jquery/pom.xml | 24 ++-- examples/flexjs/FlexTeamPage_MDL/pom.xml | 16 +-- examples/flexjs/FlexWebsiteStatsViewer/pom.xml | 12 +- examples/flexjs/HelloWorld/pom.xml | 4 +- examples/flexjs/ListExample/pom.xml | 8 +- examples/flexjs/MDLDynamicTabsExample/pom.xml | 8 +- examples/flexjs/MDLExample/pom.xml | 8 +- examples/flexjs/MapSearch/pom.xml | 8 +- examples/flexjs/MobileMap/pom.xml | 12 +- examples/flexjs/MobileStocks/pom.xml | 24 ++-- examples/flexjs/MobileTrader/pom.xml | 16 +-- examples/flexjs/StorageExample/pom.xml | 12 +- examples/flexjs/StyleExample/pom.xml | 8 +- examples/flexjs/TeamPage/pom.xml | 8 +- examples/flexjs/TodoListSampleApp/pom.xml | 4 +- examples/flexjs/TreeExample/pom.xml | 4 +- examples/flexjs/pom.xml | 30 ++--- examples/native/ButtonExample/pom.xml | 4 +- examples/native/USStatesMap/pom.xml | 6 +- examples/native/pom.xml | 4 +- examples/pom.xml | 4 +- frameworks/fontsrc/pom.xml | 4 +- frameworks/pom.xml | 4 +- frameworks/projects/Basic/pom.xml | 20 ++-- frameworks/projects/Binding/pom.xml | 8 +- frameworks/projects/Charts/pom.xml | 24 ++-- frameworks/projects/Collections/pom.xml | 8 +- frameworks/projects/Core/pom.xml | 4 +- frameworks/projects/CreateJS/pom.xml | 20 ++-- frameworks/projects/DragDrop/pom.xml | 8 +- frameworks/projects/Effects/pom.xml | 12 +- frameworks/projects/Express/pom.xml | 24 ++-- frameworks/projects/Flat/pom.xml | 22 ++-- frameworks/projects/FontAwesome/pom.xml | 24 ++-- frameworks/projects/Formatters/pom.xml | 12 +- frameworks/projects/GoogleMaps/pom.xml | 12 +- frameworks/projects/Graphics/pom.xml | 8 +- frameworks/projects/HTML/pom.xml | 24 ++-- frameworks/projects/HTML5/pom.xml | 12 +- frameworks/projects/JQuery/pom.xml | 12 +- frameworks/projects/Language/pom.xml | 4 +- frameworks/projects/MaterialDesignLite/pom.xml | 28 ++--- frameworks/projects/Mobile/pom.xml | 16 +-- frameworks/projects/Network/pom.xml | 8 +- frameworks/projects/Reflection/pom.xml | 8 +- frameworks/projects/Storage/pom.xml | 8 +- frameworks/projects/XML/pom.xml | 12 +- frameworks/projects/pom.xml | 4 +- pom.xml | 2 +- testsuite/pom.xml | 4 +- 79 files changed, 464 insertions(+), 464 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/archetypes/flexjs-simple-application-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-archetype/pom.xml b/archetypes/flexjs-simple-application-archetype/pom.xml index 20ec151..86ec045 100644 --- a/archetypes/flexjs-simple-application-archetype/pom.xml +++ b/archetypes/flexjs-simple-application-archetype/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-maven-archetypes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-simple-application-archetype</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Application</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/archetypes/flexjs-simple-application-pure-js-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-pure-js-archetype/pom.xml b/archetypes/flexjs-simple-application-pure-js-archetype/pom.xml index 6a41047..e6f113e 100644 --- a/archetypes/flexjs-simple-application-pure-js-archetype/pom.xml +++ b/archetypes/flexjs-simple-application-pure-js-archetype/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-maven-archetypes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-simple-application-pure-js-archetype</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Pure-JS Application</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/archetypes/flexjs-simple-application-pure-swf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-pure-swf-archetype/pom.xml b/archetypes/flexjs-simple-application-pure-swf-archetype/pom.xml index 3716512..191457c 100644 --- a/archetypes/flexjs-simple-application-pure-swf-archetype/pom.xml +++ b/archetypes/flexjs-simple-application-pure-swf-archetype/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-maven-archetypes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-simple-application-pure-swf-archetype</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Pure-SWF Application</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/archetypes/flexjs-simple-library-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-library-archetype/pom.xml b/archetypes/flexjs-simple-library-archetype/pom.xml index 08aea05..ce45b2d 100644 --- a/archetypes/flexjs-simple-library-archetype/pom.xml +++ b/archetypes/flexjs-simple-library-archetype/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-maven-archetypes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-simple-library-archetype</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Library</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/archetypes/flexjs-simple-typedef-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-typedef-archetype/pom.xml b/archetypes/flexjs-simple-typedef-archetype/pom.xml index 098ff65..f3869e5 100644 --- a/archetypes/flexjs-simple-typedef-archetype/pom.xml +++ b/archetypes/flexjs-simple-typedef-archetype/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-maven-archetypes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-simple-typedef-archetype</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Typedef Library</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 6ec1b3e..3e91cb1 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-maven-archetypes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Framework: Archetypes</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/compc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml index d41280b..4b49836 100644 --- a/distribution/jars/compc/pom.xml +++ b/distribution/jars/compc/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>compc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/falcon-asc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/falcon-asc/pom.xml b/distribution/jars/falcon-asc/pom.xml index 5fcce9d..727faf8 100644 --- a/distribution/jars/falcon-asc/pom.xml +++ b/distribution/jars/falcon-asc/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-asc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/falcon-compc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/falcon-compc/pom.xml b/distribution/jars/falcon-compc/pom.xml index 24c2cef..603a837 100644 --- a/distribution/jars/falcon-compc/pom.xml +++ b/distribution/jars/falcon-compc/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-compc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/falcon-mxmlc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/falcon-mxmlc/pom.xml b/distribution/jars/falcon-mxmlc/pom.xml index 00ad722..41d9821 100644 --- a/distribution/jars/falcon-mxmlc/pom.xml +++ b/distribution/jars/falcon-mxmlc/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-mxmlc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/falcon-optimizer/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/falcon-optimizer/pom.xml b/distribution/jars/falcon-optimizer/pom.xml index 153fd73..35cf882 100644 --- a/distribution/jars/falcon-optimizer/pom.xml +++ b/distribution/jars/falcon-optimizer/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-optimizer</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/falcon-swfdump/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/falcon-swfdump/pom.xml b/distribution/jars/falcon-swfdump/pom.xml index 3f29b73..0fb8e2c 100644 --- a/distribution/jars/falcon-swfdump/pom.xml +++ b/distribution/jars/falcon-swfdump/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-swfdump</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/jars/mxmlc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/jars/mxmlc/pom.xml b/distribution/jars/mxmlc/pom.xml index 01d3f6b..9caa332 100644 --- a/distribution/jars/mxmlc/pom.xml +++ b/distribution/jars/mxmlc/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>mxmlc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 78597b5..461121b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>distribution</artifactId> @@ -81,139 +81,139 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML5</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> @@ -221,161 +221,161 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML5</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -448,7 +448,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> @@ -463,37 +463,37 @@ <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>compc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>mxmlc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-asc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-compc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-mxmlc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-optimizer</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework.distribution</groupId> <artifactId>falcon-swfdump</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/examples-integrationtests/pom.xml ---------------------------------------------------------------------- diff --git a/examples/examples-integrationtests/pom.xml b/examples/examples-integrationtests/pom.xml index f2bb38e..9637458 100644 --- a/examples/examples-integrationtests/pom.xml +++ b/examples/examples-integrationtests/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>examples-integrationtests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Flex - FlexJS: Examples: Integrationtests</name> @@ -246,151 +246,151 @@ <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>ASDoc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>ChartExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>CreateJSExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>DataBindingExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>DataBindingExample_as</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>DataBindingExample_Flat</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>DataGridExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>DateControlsExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>DesktopMap</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>FlexJSStore</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>FlexJSStore_jquery</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>FlexTeamPage_MDL</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>FlexWebsiteStatsViewer</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>HelloWorld</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>ListExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>MapSearch</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>MDLExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>MobileMap</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>MobileStocks</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>MobileTrader</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>StorageExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>StyleExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>TeamPage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>TodoListSampleApp</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>TreeExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/examples-tests/pom.xml ---------------------------------------------------------------------- diff --git a/examples/examples-tests/pom.xml b/examples/examples-tests/pom.xml index 12b58c6..693df71 100644 --- a/examples/examples-tests/pom.xml +++ b/examples/examples-tests/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>examples-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Apache Flex - FlexJS: Examples: Example-Tests</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/express/DataBindingExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/express/DataBindingExample/pom.xml b/examples/express/DataBindingExample/pom.xml index 654fb9a..7418613 100644 --- a/examples/express/DataBindingExample/pom.xml +++ b/examples/express/DataBindingExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample-Express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: Express: DataBindingExample</name> @@ -60,14 +60,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <classifier>swf</classifier> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/express/pom.xml ---------------------------------------------------------------------- diff --git a/examples/express/pom.xml b/examples/express/pom.xml index 2ff8430..4f4d878 100644 --- a/examples/express/pom.xml +++ b/examples/express/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>examples-express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Examples: Express</name> @@ -73,42 +73,42 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Express</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -117,7 +117,7 @@ <dependency> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/ASDoc/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ASDoc/pom.xml b/examples/flexjs/ASDoc/pom.xml index 417a8bb..6044b1b 100644 --- a/examples/flexjs/ASDoc/pom.xml +++ b/examples/flexjs/ASDoc/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>ASDoc</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: ASDoc</name> @@ -52,14 +52,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/ChartExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ChartExample/pom.xml b/examples/flexjs/ChartExample/pom.xml index 7f4b23c..df93c61 100644 --- a/examples/flexjs/ChartExample/pom.xml +++ b/examples/flexjs/ChartExample/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>ChartExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: ChartExample</name> @@ -65,14 +65,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/CordovaCameraExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CordovaCameraExample/pom.xml b/examples/flexjs/CordovaCameraExample/pom.xml index 43e86ea..e2db141 100644 --- a/examples/flexjs/CordovaCameraExample/pom.xml +++ b/examples/flexjs/CordovaCameraExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>CordovaCameraExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: CordovaCameraExample</name> @@ -63,14 +63,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/CreateJSExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/pom.xml b/examples/flexjs/CreateJSExample/pom.xml index a59287d..e8b0008 100644 --- a/examples/flexjs/CreateJSExample/pom.xml +++ b/examples/flexjs/CreateJSExample/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>CreateJSExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: CreateJSExample</name> @@ -65,14 +65,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/DataBindingExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample/pom.xml b/examples/flexjs/DataBindingExample/pom.xml index f94ff9e..9935fd3 100644 --- a/examples/flexjs/DataBindingExample/pom.xml +++ b/examples/flexjs/DataBindingExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample</name> @@ -59,14 +59,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/DataBindingExample_Flat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_Flat/pom.xml b/examples/flexjs/DataBindingExample_Flat/pom.xml index dd6db2b..f71f16a 100644 --- a/examples/flexjs/DataBindingExample_Flat/pom.xml +++ b/examples/flexjs/DataBindingExample_Flat/pom.xml @@ -35,11 +35,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample_Flat</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample_Flat</name> @@ -109,28 +109,28 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> @@ -139,7 +139,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>war</type> <scope>runtime</scope> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/DataBindingExample_as/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_as/pom.xml b/examples/flexjs/DataBindingExample_as/pom.xml index 469b2cd..5ca1aad 100644 --- a/examples/flexjs/DataBindingExample_as/pom.xml +++ b/examples/flexjs/DataBindingExample_as/pom.xml @@ -41,11 +41,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample_as</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample_as</name> @@ -86,14 +86,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/DataGridExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataGridExample/pom.xml b/examples/flexjs/DataGridExample/pom.xml index 7ff5b69..b2a225c 100644 --- a/examples/flexjs/DataGridExample/pom.xml +++ b/examples/flexjs/DataGridExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DataGridExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataGridExample</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/DateControlsExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DateControlsExample/pom.xml b/examples/flexjs/DateControlsExample/pom.xml index bd698e4..b77a315 100644 --- a/examples/flexjs/DateControlsExample/pom.xml +++ b/examples/flexjs/DateControlsExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DateControlsExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DateControlsExample</name> @@ -62,14 +62,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/DesktopMap/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DesktopMap/pom.xml b/examples/flexjs/DesktopMap/pom.xml index 33d53ea..d4d5ace 100644 --- a/examples/flexjs/DesktopMap/pom.xml +++ b/examples/flexjs/DesktopMap/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>DesktopMap</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DesktopMap</name> @@ -66,14 +66,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/FlexJSStore/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/pom.xml b/examples/flexjs/FlexJSStore/pom.xml index 7d625eb..19f0b04 100644 --- a/examples/flexjs/FlexJSStore/pom.xml +++ b/examples/flexjs/FlexJSStore/pom.xml @@ -38,11 +38,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>FlexJSStore</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexJSStore</name> @@ -86,56 +86,56 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/FlexJSStore_jquery/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/pom.xml b/examples/flexjs/FlexJSStore_jquery/pom.xml index 52c5da3..c08647b 100644 --- a/examples/flexjs/FlexJSStore_jquery/pom.xml +++ b/examples/flexjs/FlexJSStore_jquery/pom.xml @@ -39,11 +39,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>FlexJSStore_jquery</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexJSStore_jquery</name> @@ -74,70 +74,70 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/FlexTeamPage_MDL/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexTeamPage_MDL/pom.xml b/examples/flexjs/FlexTeamPage_MDL/pom.xml index d57b5f1..f212838 100644 --- a/examples/flexjs/FlexTeamPage_MDL/pom.xml +++ b/examples/flexjs/FlexTeamPage_MDL/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>FlexTeamPage_MDL</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexTeamPage_MDL</name> @@ -66,42 +66,42 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>FontAwesome</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/FlexWebsiteStatsViewer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexWebsiteStatsViewer/pom.xml b/examples/flexjs/FlexWebsiteStatsViewer/pom.xml index 75dc3b1..927ac19 100644 --- a/examples/flexjs/FlexWebsiteStatsViewer/pom.xml +++ b/examples/flexjs/FlexWebsiteStatsViewer/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>FlexWebsiteStatsViewer</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexWebsiteStatsViewer</name> @@ -60,28 +60,28 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/HelloWorld/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/HelloWorld/pom.xml b/examples/flexjs/HelloWorld/pom.xml index 674294d..cc6a789 100644 --- a/examples/flexjs/HelloWorld/pom.xml +++ b/examples/flexjs/HelloWorld/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>HelloWorld</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: HelloWorld</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/ListExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ListExample/pom.xml b/examples/flexjs/ListExample/pom.xml index b03ce5b..250f6e7 100644 --- a/examples/flexjs/ListExample/pom.xml +++ b/examples/flexjs/ListExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>ListExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: ListExample</name> @@ -63,14 +63,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/MDLDynamicTabsExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLDynamicTabsExample/pom.xml b/examples/flexjs/MDLDynamicTabsExample/pom.xml index aea8a6b..12ac364 100644 --- a/examples/flexjs/MDLDynamicTabsExample/pom.xml +++ b/examples/flexjs/MDLDynamicTabsExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>MDLDynamicTabsExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>MDLDynamicTabsExample</name> @@ -70,14 +70,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/MDLExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/pom.xml b/examples/flexjs/MDLExample/pom.xml index 9717af0..6349eec 100644 --- a/examples/flexjs/MDLExample/pom.xml +++ b/examples/flexjs/MDLExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>MDLExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MDLExample</name> @@ -66,14 +66,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>MaterialDesignLite</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/MapSearch/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MapSearch/pom.xml b/examples/flexjs/MapSearch/pom.xml index 56efc24..842c2c5 100644 --- a/examples/flexjs/MapSearch/pom.xml +++ b/examples/flexjs/MapSearch/pom.xml @@ -35,11 +35,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>MapSearch</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MapSearch</name> @@ -70,14 +70,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/MobileMap/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileMap/pom.xml b/examples/flexjs/MobileMap/pom.xml index 93950b7..7bf3f09 100644 --- a/examples/flexjs/MobileMap/pom.xml +++ b/examples/flexjs/MobileMap/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>MobileMap</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MobileMap</name> @@ -68,28 +68,28 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/MobileStocks/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileStocks/pom.xml b/examples/flexjs/MobileStocks/pom.xml index c7741d4..812dd9e 100644 --- a/examples/flexjs/MobileStocks/pom.xml +++ b/examples/flexjs/MobileStocks/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>MobileStocks</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MobileStocks</name> @@ -70,70 +70,70 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/MobileTrader/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileTrader/pom.xml b/examples/flexjs/MobileTrader/pom.xml index 26e6545..bb1eb33 100644 --- a/examples/flexjs/MobileTrader/pom.xml +++ b/examples/flexjs/MobileTrader/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>MobileTrader</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MobileTrader</name> @@ -70,42 +70,42 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/StorageExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/pom.xml b/examples/flexjs/StorageExample/pom.xml index edd6919..458546d 100644 --- a/examples/flexjs/StorageExample/pom.xml +++ b/examples/flexjs/StorageExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>StorageExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: StorageExample</name> @@ -63,28 +63,28 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/StyleExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StyleExample/pom.xml b/examples/flexjs/StyleExample/pom.xml index cfff0e5..016ff8c 100644 --- a/examples/flexjs/StyleExample/pom.xml +++ b/examples/flexjs/StyleExample/pom.xml @@ -36,11 +36,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>StyleExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: StyleExample</name> @@ -71,14 +71,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/TeamPage/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TeamPage/pom.xml b/examples/flexjs/TeamPage/pom.xml index 8044388..854790d 100644 --- a/examples/flexjs/TeamPage/pom.xml +++ b/examples/flexjs/TeamPage/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>TeamPage</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: TeamPage</name> @@ -62,14 +62,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/TodoListSampleApp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TodoListSampleApp/pom.xml b/examples/flexjs/TodoListSampleApp/pom.xml index ffc82fa..9b667c1 100644 --- a/examples/flexjs/TodoListSampleApp/pom.xml +++ b/examples/flexjs/TodoListSampleApp/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>TodoListSampleApp</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: TodoListSampleApp</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78f704c1/examples/flexjs/TreeExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TreeExample/pom.xml b/examples/flexjs/TreeExample/pom.xml index 7381cda..02735da 100644 --- a/examples/flexjs/TreeExample/pom.xml +++ b/examples/flexjs/TreeExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>TreeExample</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: TreeExample</name>
