You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/18 12:36:56 UTC

[45/50] [abbrv] git commit: [flex-asjs] [refs/heads/tlf] - - 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/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/tlf
Commit: a89f0ecaf1a97c41185cd868b01dc239d34a07a6
Parents: 2a82693
Author: piotrz <pi...@apache.org>
Authored: Wed Jun 14 18:05:42 2017 +0200
Committer: piotrz <pi...@apache.org>
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>