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:14:31 UTC

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

Updated Branches:
  refs/heads/3.1.0 [created] 400b4688a


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/400b4688
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/400b4688
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/400b4688

Branch: refs/heads/3.1.0
Commit: 400b4688a5fa64b3f0e96b433e4cc81280c5bbcd
Parents: dd2ec78
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:14:22 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:14:22 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/400b4688/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d9673e4..1278ea1 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.device"
-    version="0.2.2-dev">
+    id="org.apache.cordova.device"
+    version="0.2.2">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>