- Doing some post-0.7.0-release fine tuning of versions.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/89ffe2e0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/89ffe2e0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/89ffe2e0 Branch: refs/heads/refactor-sprite Commit: 89ffe2e0ec8d5fa12eb697aa42bc2ab52a0cdb22 Parents: 6aa0a99 Author: Christofer Dutz <[email protected]> Authored: Thu Sep 8 01:16:11 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Thu Sep 8 01:16:11 2016 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 94 ++++++++++---------- examples/flexjs/ChartExample/pom.xml | 6 +- examples/flexjs/CordovaCameraExample/pom.xml | 6 +- examples/flexjs/CreateJSExample/pom.xml | 6 +- examples/flexjs/DataBindingExample/pom.xml | 6 +- examples/flexjs/DataBindingExample_Flat/pom.xml | 10 +-- examples/flexjs/DataBindingExample_as/pom.xml | 6 +- examples/flexjs/DataGridExample/pom.xml | 4 +- examples/flexjs/DesktopMap/pom.xml | 6 +- examples/flexjs/FlexJSStore/pom.xml | 12 +-- examples/flexjs/FlexJSStore_jquery/pom.xml | 14 +-- examples/flexjs/FlexWebsiteStatsViewer/pom.xml | 8 +- examples/flexjs/HelloWorld/pom.xml | 4 +- examples/flexjs/MapSearch/pom.xml | 6 +- examples/flexjs/MobileMap/pom.xml | 8 +- examples/flexjs/MobileTrader/pom.xml | 10 +-- examples/flexjs/StorageExample/pom.xml | 6 +- examples/flexjs/StyleExample/pom.xml | 4 +- examples/flexjs/TodoListSampleApp/pom.xml | 4 +- examples/flexjs/TreeExample/pom.xml | 4 +- examples/flexjs/pom.xml | 16 ++-- examples/native/AngularExample/pom.xml | 4 +- examples/native/ButtonExample/pom.xml | 4 +- examples/native/USStatesMap/pom.xml | 4 +- examples/native/pom.xml | 4 +- examples/pom.xml | 4 +- pom.xml | 4 +- 27 files changed, 132 insertions(+), 132 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 0fb0311..7e67b17 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flex.flexjs</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>distribution</artifactId> @@ -47,143 +47,143 @@ <dependency> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>flex-compiler-oem</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>debugger</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>compiler-jx</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <!-- Add the framework swc modules --> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML5</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> @@ -191,140 +191,140 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML5</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> @@ -391,13 +391,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swf</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>war</type> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/ChartExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ChartExample/pom.xml b/examples/flexjs/ChartExample/pom.xml index 35b27b1..fada9d5 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>ChartExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: ChartExample</name> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/CordovaCameraExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CordovaCameraExample/pom.xml b/examples/flexjs/CordovaCameraExample/pom.xml index 383d4df..dd9bc94 100644 --- a/examples/flexjs/CordovaCameraExample/pom.xml +++ b/examples/flexjs/CordovaCameraExample/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>CordovaCameraExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: CordovaCameraExample</name> @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/CreateJSExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/pom.xml b/examples/flexjs/CreateJSExample/pom.xml index d7a8db0..4637f69 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>CreateJSExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: CreateJSExample</name> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/DataBindingExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample/pom.xml b/examples/flexjs/DataBindingExample/pom.xml index 90e2f70..777898a 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample</name> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/DataBindingExample_Flat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_Flat/pom.xml b/examples/flexjs/DataBindingExample_Flat/pom.xml index efa4b9b..5829ad5 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample_Flat</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample_Flat</name> @@ -92,13 +92,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> @@ -106,7 +106,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>war</type> <scope>runtime</scope> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/DataBindingExample_as/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_as/pom.xml b/examples/flexjs/DataBindingExample_as/pom.xml index fb1538d..0a17945 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>DataBindingExample_as</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample_as</name> @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/DataGridExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataGridExample/pom.xml b/examples/flexjs/DataGridExample/pom.xml index f51b6fc..b65b0f0 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>DataGridExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.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/89ffe2e0/examples/flexjs/DesktopMap/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DesktopMap/pom.xml b/examples/flexjs/DesktopMap/pom.xml index 778f085..effa50e 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>DesktopMap</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: DesktopMap</name> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/FlexJSStore/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/pom.xml b/examples/flexjs/FlexJSStore/pom.xml index 5cb0c27..4dc7316 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>FlexJSStore</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexJSStore</name> @@ -81,25 +81,25 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/FlexJSStore_jquery/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/pom.xml b/examples/flexjs/FlexJSStore_jquery/pom.xml index 77e679d..c5a3c87 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>FlexJSStore_jquery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexJSStore_jquery</name> @@ -82,31 +82,31 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/FlexWebsiteStatsViewer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexWebsiteStatsViewer/pom.xml b/examples/flexjs/FlexWebsiteStatsViewer/pom.xml index 77492d9..13574e5 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>FlexWebsiteStatsViewer</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: FlexWebsiteStatsViewer</name> @@ -68,13 +68,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/HelloWorld/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/HelloWorld/pom.xml b/examples/flexjs/HelloWorld/pom.xml index 8cf2e46..8a30d11 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>HelloWorld</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.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/89ffe2e0/examples/flexjs/MapSearch/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MapSearch/pom.xml b/examples/flexjs/MapSearch/pom.xml index cab917b..a191d3e 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>MapSearch</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MapSearch</name> @@ -78,7 +78,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/MobileMap/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileMap/pom.xml b/examples/flexjs/MobileMap/pom.xml index 422aa6d..71fa5de 100644 --- a/examples/flexjs/MobileMap/pom.xml +++ b/examples/flexjs/MobileMap/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>MobileMap</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MobileMap</name> @@ -74,13 +74,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/MobileTrader/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileTrader/pom.xml b/examples/flexjs/MobileTrader/pom.xml index 4147395..16a8487 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>MobileTrader</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: MobileTrader</name> @@ -74,19 +74,19 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/StorageExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/pom.xml b/examples/flexjs/StorageExample/pom.xml index b5acd7e..9f999ce 100644 --- a/examples/flexjs/StorageExample/pom.xml +++ b/examples/flexjs/StorageExample/pom.xml @@ -31,11 +31,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>StorageExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: StorageExample</name> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/StyleExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StyleExample/pom.xml b/examples/flexjs/StyleExample/pom.xml index bf148ec..eddd944 100644 --- a/examples/flexjs/StyleExample/pom.xml +++ b/examples/flexjs/StyleExample/pom.xml @@ -36,7 +36,7 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-flexjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>StyleExample</artifactId> @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/TodoListSampleApp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TodoListSampleApp/pom.xml b/examples/flexjs/TodoListSampleApp/pom.xml index 06ada34..d7a4901 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>TodoListSampleApp</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.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/89ffe2e0/examples/flexjs/TreeExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TreeExample/pom.xml b/examples/flexjs/TreeExample/pom.xml index 3269913..2cfb0b4 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.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>TreeExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS: TreeExample</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/flexjs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml index baed66d..e6aa721 100644 --- a/examples/flexjs/pom.xml +++ b/examples/flexjs/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>examples-flexjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Examples: FlexJS</name> @@ -60,37 +60,37 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/native/AngularExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/native/AngularExample/pom.xml b/examples/native/AngularExample/pom.xml index 631246a..28d3b63 100644 --- a/examples/native/AngularExample/pom.xml +++ b/examples/native/AngularExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-native</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>AngularExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: Native: AngularExample</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/native/ButtonExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/native/ButtonExample/pom.xml b/examples/native/ButtonExample/pom.xml index d323a66..e2acc18 100644 --- a/examples/native/ButtonExample/pom.xml +++ b/examples/native/ButtonExample/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-native</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>ButtonExample</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: Native: ButtonExample</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/native/USStatesMap/pom.xml ---------------------------------------------------------------------- diff --git a/examples/native/USStatesMap/pom.xml b/examples/native/USStatesMap/pom.xml index 39d7264..8f4540d 100644 --- a/examples/native/USStatesMap/pom.xml +++ b/examples/native/USStatesMap/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples-native</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>USStatesMap</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swf</packaging> <name>Apache Flex - FlexJS: Examples: Native: USStatesMap</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/native/pom.xml ---------------------------------------------------------------------- diff --git a/examples/native/pom.xml b/examples/native/pom.xml index a204f51..64d211e 100644 --- a/examples/native/pom.xml +++ b/examples/native/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>examples-native</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Examples: Native</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 7134a1f..c326a6a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.flex.flexjs</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.flex.flexjs.examples</groupId> <artifactId>examples</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Examples</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/89ffe2e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2e4fb9..284c731 100644 --- a/pom.xml +++ b/pom.xml @@ -53,8 +53,8 @@ <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> <maven.version>3.3.1</maven.version> - <flexjs.compiler.version>0.7.0</flexjs.compiler.version> - <flexjs.typedefs.version>0.7.0</flexjs.typedefs.version> + <flexjs.compiler.version>0.8.0-SNAPSHOT</flexjs.compiler.version> + <flexjs.typedefs.version>0.8.0-SNAPSHOT</flexjs.typedefs.version> <flexjs.build-tools.version>1.0.0</flexjs.build-tools.version> <flex.debug>true</flex.debug>
