You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 17:51:20 UTC

[43/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - - Fix typo in GoogleMaps and distribution pom

- 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/develop
Commit: 32d6feaa20e0947753da0db5c24ab3d814b2e5bc
Parents: 77b09e0
Author: piotrz <pi...@apache.org>
Authored: Wed Jun 14 18:05:42 2017 +0200
Committer: piotrz <pi...@apache.org>
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>