Repository: flex-typedefs Updated Branches: refs/heads/master 6f2981222 -> cbdba0795
- Renamed the "extern" artifacts (classifier=extern) to "typedefs" - Updated the Maven coordinates and classifiers in the framework module to reflect the latest changes Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/cbdba079 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/cbdba079 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/cbdba079 Branch: refs/heads/master Commit: cbdba0795d1946a9612bd34d32b886e318e59eb5 Parents: 6f29812 Author: Christofer Dutz <[email protected]> Authored: Mon Jul 18 09:25:00 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Jul 18 09:25:00 2016 +0200 ---------------------------------------------------------------------- GCL/pom.xml | 2 +- cordova/pom.xml | 2 +- createjs/pom.xml | 2 +- google_maps/pom.xml | 2 +- jasmine/pom.xml | 2 +- jquery/pom.xml | 2 +- node/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/GCL/pom.xml ---------------------------------------------------------------------- diff --git a/GCL/pom.xml b/GCL/pom.xml index 8ed1276..380d664 100644 --- a/GCL/pom.xml +++ b/GCL/pom.xml @@ -62,7 +62,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/cordova/pom.xml ---------------------------------------------------------------------- diff --git a/cordova/pom.xml b/cordova/pom.xml index 4af93a0..03a77cc 100644 --- a/cordova/pom.xml +++ b/cordova/pom.xml @@ -79,7 +79,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/createjs/pom.xml ---------------------------------------------------------------------- diff --git a/createjs/pom.xml b/createjs/pom.xml index 8346407..c9dee31 100644 --- a/createjs/pom.xml +++ b/createjs/pom.xml @@ -331,7 +331,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/google_maps/pom.xml ---------------------------------------------------------------------- diff --git a/google_maps/pom.xml b/google_maps/pom.xml index 1e9efec..3866637 100644 --- a/google_maps/pom.xml +++ b/google_maps/pom.xml @@ -129,7 +129,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/jasmine/pom.xml ---------------------------------------------------------------------- diff --git a/jasmine/pom.xml b/jasmine/pom.xml index af4e42f..7ed7948 100644 --- a/jasmine/pom.xml +++ b/jasmine/pom.xml @@ -113,7 +113,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/jquery/pom.xml ---------------------------------------------------------------------- diff --git a/jquery/pom.xml b/jquery/pom.xml index 07377c6..eada4ce 100644 --- a/jquery/pom.xml +++ b/jquery/pom.xml @@ -192,7 +192,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cbdba079/node/pom.xml ---------------------------------------------------------------------- diff --git a/node/pom.xml b/node/pom.xml index 41b19ec..c4f6672 100644 --- a/node/pom.xml +++ b/node/pom.xml @@ -227,7 +227,7 @@ <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies>
