Repository: flex-asjs Updated Branches: refs/heads/develop 2a8269326 -> a89f0ecaf
- 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/a89f0eca Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a89f0eca Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a89f0eca Branch: refs/heads/develop Commit: a89f0ecaf1a97c41185cd868b01dc239d34a07a6 Parents: 2a82693 Author: piotrz <[email protected]> Authored: Wed Jun 14 18:05:42 2017 +0200 Committer: piotrz <[email protected]> Committed: Wed Jun 14 18:05:42 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/a89f0eca/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 53d6ab7..fdccecb 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/a89f0eca/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml index 247c8fc..ae3aa41 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>
