Repository: flex-asjs Updated Branches: refs/heads/release0.8.0 77b09e0a8 -> 1656e37dc
- Fix typo in GoogleMaps and distribution pom Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/32d6feaa Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/32d6feaa Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/32d6feaa Branch: refs/heads/release0.8.0 Commit: 32d6feaa20e0947753da0db5c24ab3d814b2e5bc Parents: 77b09e0 Author: piotrz <[email protected]> Authored: Wed Jun 14 18:05:42 2017 +0200 Committer: piotrz <[email protected]> Committed: Fri Jun 16 07:53:43 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 2 +- frameworks/projects/GoogleMaps/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/32d6feaa/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 0100bc5..e7c7126 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -404,7 +404,7 @@ </dependency> <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> - <artifactId>flexjs-typedefs-goolemaps</artifactId> + <artifactId>flexjs-typedefs-googlemaps</artifactId> <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/32d6feaa/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml index da0e667..65f3852 100644 --- a/frameworks/projects/GoogleMaps/pom.xml +++ b/frameworks/projects/GoogleMaps/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> - <artifactId>flexjs-typedefs-goolemaps</artifactId> + <artifactId>flexjs-typedefs-googlemaps</artifactId> <version>${flexjs.typedefs.version}</version> <type>swc</type> <classifier>typedefs</classifier>
