- Prepared the Versions of typedefs and compiler to use properties to released 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/6ea43075 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6ea43075 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6ea43075 Branch: refs/heads/refactor-sprite Commit: 6ea43075d923804208fe90ac859eb7c16c56dbdf Parents: 8a24bb2 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 11:25:33 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 11:25:33 2016 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 16 ++++++++-------- examples/flexjs/CreateJSExample/pom.xml | 2 +- examples/flexjs/FlexJSStore_jquery/pom.xml | 2 +- examples/flexjs/StorageExample/pom.xml | 2 +- frameworks/projects/CreateJS/pom.xml | 2 +- frameworks/projects/GoogleMaps/pom.xml | 2 +- frameworks/projects/JQuery/pom.xml | 2 +- frameworks/projects/Storage/pom.xml | 2 +- frameworks/projects/pom.xml | 4 ++-- pom.xml | 1 + 10 files changed, 18 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index a3d4fcb..0fb0311 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -333,56 +333,56 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-cordova</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-createjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-gcl</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-goolemaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-jasmine</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-jquery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-node</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/examples/flexjs/CreateJSExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/pom.xml b/examples/flexjs/CreateJSExample/pom.xml index 295d462..d7a8db0 100644 --- a/examples/flexjs/CreateJSExample/pom.xml +++ b/examples/flexjs/CreateJSExample/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-createjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/examples/flexjs/FlexJSStore_jquery/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/pom.xml b/examples/flexjs/FlexJSStore_jquery/pom.xml index dca4165..77e679d 100644 --- a/examples/flexjs/FlexJSStore_jquery/pom.xml +++ b/examples/flexjs/FlexJSStore_jquery/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-jquery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/examples/flexjs/StorageExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/pom.xml b/examples/flexjs/StorageExample/pom.xml index e045b79..b5acd7e 100644 --- a/examples/flexjs/StorageExample/pom.xml +++ b/examples/flexjs/StorageExample/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-cordova</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/frameworks/projects/CreateJS/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/pom.xml b/frameworks/projects/CreateJS/pom.xml index d060590..623d6bc 100644 --- a/frameworks/projects/CreateJS/pom.xml +++ b/frameworks/projects/CreateJS/pom.xml @@ -123,7 +123,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-createjs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml index d1a2914..20eb94e 100644 --- a/frameworks/projects/GoogleMaps/pom.xml +++ b/frameworks/projects/GoogleMaps/pom.xml @@ -85,7 +85,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-goolemaps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/frameworks/projects/JQuery/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/JQuery/pom.xml b/frameworks/projects/JQuery/pom.xml index 2340d59..68f4b65 100644 --- a/frameworks/projects/JQuery/pom.xml +++ b/frameworks/projects/JQuery/pom.xml @@ -97,7 +97,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-jquery</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/frameworks/projects/Storage/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Storage/pom.xml b/frameworks/projects/Storage/pom.xml index 82a77c3..e227f00 100644 --- a/frameworks/projects/Storage/pom.xml +++ b/frameworks/projects/Storage/pom.xml @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-cordova</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index 99b54f2..2f84876 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-gcl</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ea43075/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index afb158a..1c63785 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,7 @@ <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.build-tools.version>1.0.0</flexjs.build-tools.version> <flex.debug>true</flex.debug>
