You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/21 12:26:39 UTC

git commit: CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation

Updated Branches:
  refs/heads/3.1.0 [created] 065e36d95


CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/065e36d9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/065e36d9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/065e36d9

Branch: refs/heads/3.1.0
Commit: 065e36d954071e909b17e820e4c8aa49506b1e78
Parents: 8840c93
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:26:28 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:26:28 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/065e36d9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0572a4f..064ca9c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,8 +3,8 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.geolocation"
-      version="0.3.1-dev">
+           id="org.apache.cordova.geolocation"
+      version="0.3.1">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>